RecognizeApi class
RecognizeApi
Constructors
- RecognizeApi(ApiClient _apiClient)
- Constructor
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recognize(
DecodeBarcodeType barcodeType, String fileUrl, {RecognitionMode? recognitionMode, RecognitionImageKind? recognitionImageKind}) → Future< BarcodeResponseList> - Recognize barcode from file on server in the Internet using GET requests with parameter in query string. For recognizing files from your hard drive use `recognize-body` or `recognize-multipart` endpoints instead.
-
recognizeBase64(
RecognizeBase64Request recognizeBase64Request) → Future< BarcodeResponseList> - Recognize barcode from file in request body using POST requests with parameters in body in json or xml format.
-
recognizeMultipart(
DecodeBarcodeType barcodeType, Uint8List fileBytes, {RecognitionMode? recognitionMode, RecognitionImageKind? recognitionImageKind}) → Future< BarcodeResponseList> - Recognize barcode from file in request body using POST requests with parameters in multipart form.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited