RecognizeBase64Request class

Barcode recognize request

Constructors

RecognizeBase64Request(List<DecodeBarcodeType> barcodeTypes, String fileBase64, [RecognitionMode? recognitionMode, RecognitionImageKind? recognitionImageKind])
Constructor
RecognizeBase64Request.fromJson(Map<String, dynamic> json)
Creates a RecognizeBase64Request instance from a JSON representation.

Properties

barcodeTypes List<DecodeBarcodeType>
Array of decode types to find on barcode
getter/setter pair
fileBase64 String
Barcode image bytes encoded as base-64.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
recognitionImageKind RecognitionImageKind?
recognitionImageKind
getter/setter pair
recognitionMode RecognitionMode?
recognitionMode
getter/setter pair
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
toJson() Map<String, dynamic>
Returns a JSON representation of RecognizeBase64Request.
toString() String
A string representation of this object.
override

Operators

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

Static Methods

listFromJson(List json) List<RecognizeBase64Request>
Converts a list of JSON objects to a list of RecognizeBase64Request instances.