flutter_smartface_hosted_flow/identification_models library
Classes
- IdentificationFlowOptions
- Configuration options for the identification flow
- IdentificationResult
- Result from an identification attempt
Typedefs
- IdentificationCallback = void Function({required double confidence, required String customId, required double distance, required bool identified, String? imagePath})
- Callback type for identification results
- IdentificationErrorCallback = void Function(String error)
- Callback type for identification errors