HVOCRAPIDetails class

HVOCRAPIDetails represents the details of the OCR API for document capture.

Constructors

HVOCRAPIDetails({required String ocrEndpoint, required DocumentSide documentSide, Map? params, Map? headers})
Constructs a new HVOCRAPIDetails object with the specified API details.

Properties

documentSide DocumentSide
The documentSide specifies the document side to be processed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers Map?
The headers specify additional headers for the OCR API.
getter/setter pair
ocrEndpoint String
The ocrEndpoint specifies the OCR API endpoint.
getter/setter pair
params Map?
The params specify additional parameters for the OCR API.
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
toMap() Map<String, dynamic>
Converts the HVOCRAPIDetails object to a map of key-value pairs.
toString() String
A string representation of this object.
inherited

Operators

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