flutter_face_api library
Classes
- ComparedFace
- ComparedFacesPair
- ComparedFacesSplit
- Customization
- Params that relate to the camera view controller customization and etc.
- CustomizationColors
- CustomizationFonts
- CustomizationImages
- DetectFaceResult
- DetectFacesAttributeResult
- DetectFacesBackendException
- DetectFacesConfig
- DetectFacesException
- DetectFacesRequest
- DetectFacesResponse
- EditGroupPersonsRequest
- FaceCaptureConfig
- FaceCaptureException
- FaceCaptureImage
- FaceCaptureResponse
- FaceSDK
- Entry point of the Regula Face SDK.
- FaceSDKVersion
- Font
- ImageQualityCharacteristic
- ImageQualityGroup
- ImageQualityRange
- ImageQualityResult
- ImageUpload
- InitConfig
- A configuration file for FaceSDK initialization. Allows to initialize using license binary. Also controls initialization time properties such as licenseUpdate.
- InitException
- LicenseException
- LivenessBackendException
- LivenessConfig
- LivenessException
- LivenessNotification
- LivenessResponse
- MatchFacesBackendException
- MatchFacesConfig
- MatchFacesDetection
- MatchFacesDetectionFace
- MatchFacesException
- MatchFacesImage
- MatchFacesRequest
- MatchFacesResponse
- OutputImageCrop
- OutputImageParams
-
PageableItemList<
T> - Person
- PersonDatabase
- PersonGroup
- PersonImage
- Point
- Rect
- SearchPerson
- SearchPersonDetection
- SearchPersonImage
- SearchPersonRequest
- Size
Enums
- CameraPosition
- DetectFacesAttribute
- DetectFacesBackendErrorCode
- DetectFacesErrorCode
- DetectFacesScenario
- FaceCaptureErrorCode
- FontStyle
- ImageQualityCharacteristicName
- ImageQualityGroupName
- ImageQualityResultStatus
- ImageType
- InitErrorCode
- LicensingResultCode
- LivenessBackendErrorCode
- LivenessErrorCode
- LivenessProcessStatus
- LivenessSkipStep
- LivenessStatus
- LivenessType
- MatchFacesErrorCode
- OutputImageCropAspectRatio
- ProcessingMode
- RecordingProcess
- ScreenOrientation
Typedefs
- CameraSwitchCallback = void Function(int cameraId)
- CustomButtonTappedCompletion = void Function(int tag)
-
Callback for receiving signal, when a custom button,
configured in
FaceSDK.uiCustomizationLayer
, is pressed. - LivenessNotificationCompletion = void Function(LivenessNotification)
- VideoEncoderCompletion = void Function(String transactionId, bool success)