identify_sdk_flutter library

Classes

AgeRange
The age range of a face detected on an image.
AndroidOnlyDeviceInformation
Device information available only on Android devices.
AntiInjectionCaptureResult
Class that represents the anti-injection validation
BiometricResult
Biometric success result.
BiometricValidationResult
The result of a successful invocation of collectBiometricValidation request. This object can be either a BiometricValidationResultMessage or a BiometricResult instance.
BiometricValidationResultMessage
Biometric validation result message. This is a BiometricValidationResult that occurs when a biometric validation response is not ready yet.
BoundingBox
Bounding box of the document in the image.
CollectBiometricValidationResult
Result of a collectBiometricValidation request
CollectDocumentResult
All information about the document image captured during the document flow.
CollectOcrResult
The result of a successful invocation of collectOcr. This object contains the status of the request and the extracted information from the document or the execution message.
CollectSelfieParameters
Class that represents all parameters for collectSelfie request.
CollectSelfieResult
The result of a successful invocation of collectSelfie. This object contains all information about the images captured during the CollectSelfie flow.
DeviceInformationResult
All device's information captured during the getDeviceInformation flow.
DocumentCropping
Cropping Information of the document.
DocumentInfo
Document information.
DocumentOptionalValidations
Class that represents all optional validations for a collectDocument request
DocumentOptionalValidationsOcr
Class that represent document ocr optional validation result
DocumentOptionalValidationsResult
Class that represent all document optional validations requested.
IdentifySdkFlutter
Main class that wraps all Identify features
IdentifyTheme
Class the represents the theme thar will be used to select the color of UI elements. All colors must have the format #RRGGBB or #AARRGGBB.
IosOnlyDeviceInformation
Device information available only on iOS devices.
LivenessResult
Liveness success result.
LocationData
The geolocation information from the device. This information is obtained using the device's GPS module.
OcrInfo
Data returned from a document OCR execution. All fields are optional. Which field will have value depends on the document type and the data that the OCR was able to extract.
SelfieInfo
All information about the selfie image captured during the CollectSelfie flow.
SelfieOptionalValidations
Interface that represents all optional validations requested during a Selfie validation.
StartBiometricValidationResult
Result of an async biometric validation request

Enums

AsyncBiometricValidationStatusEnum
Represents the status of a Biometric Validation operation.
BiometricValidationProbabilityEnum
Biometric Identity confirmation probability.
DocumentCaptureModeEnum
Enumeration describing the available modes for document capture.
DocumentClassificationEnum
Classification of the document and its corresponding side according to the model for selection within the image.
DocumentSideEnum
Side of the document.
DocumentTypeEnum
Enumeration of all available types of documents.
DocumentValidationErrorEnum
All possible errors that can occur during a Document Capture validation.
IdentifyErrorCodeEnum
All Identify Error Codes.
OcrStatusEnum
Represents the status of the collectOcr request.
SelfieValidationErrorEnum
All possible errors that can occur during a LiveSelfie validation.

Exceptions / Errors

CollectBiometricValidationException
An error that can occur while trying to collect a biometric validation result.
CollectDocumentException
An error that can occur during a Document Capture validation.
CollectSelfieException
An error that can occur during a CollectSelfie validation.
IdentifyException
An error that can occur during the execution of any Identify feature.