RecognizeData class
Insures that RecognizeConfig has exactly one of four parameters set: image, data, images, imageInputData
Constructors
- RecognizeData.withData(Uint8List data)
- RecognizeData.withImage(Uint8List image)
-
RecognizeData.withImageInputData(List<
ImageInputData> imageInputData) -
RecognizeData.withImages(List<
Uint8List> images)
Properties
- data → Uint8List?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → Uint8List?
-
no setter
-
imageInputData
→ List<
ImageInputData> ? -
no setter
-
images
→ List<
Uint8List> ? -
no setter
- 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