interface DocumentExistsResult {
    exists: boolean;
}

Properties

Properties

exists: boolean

true if the scanned document exists, false otherwise.