OCRService class abstract final

OCRService provides optical character recognition capabilities. All RPCs require authentication via Bearer token.

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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

name → const String
Fully-qualified name of the OCRService service.
recognize → const Spec<RecognizeRequest, RecognizeResponse>
Recognize performs OCR on one or more files. Supports both synchronous and asynchronous processing.
status → const Spec<StatusRequest, StatusResponse>
Status retrieves the current status of an async OCR request. Returns processing status and results if available.