OcrPredictorResponseModel class
Constructors
-
OcrPredictorResponseModel({required String? message, required List<
Result> result, required Map<String, SignedUrl> signedUrls}) -
OcrPredictorResponseModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
message will store the success/failure message coming from the API call.
final
-
result
→ List<
Result> -
result will contain result of the prediction.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
signedUrls
→ Map<
String, SignedUrl> -
signedUrls will contain information about the uploaded image information, whether in file mode or url mode.
final
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