MethodChannelSplicerAi class

An implementation of SpliceraiPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activateLicense({String? android, String? ios}) Future<bool?>
override
detectKYCDocument(String imagePath) Future<String?>
Detect KYC data in the given image and return JSON response.
override
extractKYCDocument(String imagePath) Future<String?>
Detect KYC data in the given image and return JSON response.
override
getPlatformVersion() Future<String?>
override
getSupportedKYCDocList() Future<String?>
Detect KYC data in the given image and return JSON response.
override
maskAadhaar(String imagePath) Future<String?>
Method to mask Aadhaar, to be implemented by platform-specific classes.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verifyKYCDocument(String imagePath, String documentType) Future<String?>
Detect KYC data in the given image and return JSON response.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited