ImageContext class
Image context and/or feature-specific parameters.
Constructors
-
ImageContext({CropHintsParams? cropHintsParams, List<
String> ? languageHints, LatLongRect? latLongRect, ProductSearchParams? productSearchParams, TextDetectionParams? textDetectionParams, WebDetectionParams? webDetectionParams}) - ImageContext.fromJson(Map json_)
Properties
- cropHintsParams ↔ CropHintsParams?
-
Parameters for crop hints annotation request.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
languageHints
↔ List<
String> ? -
List of languages to use for TEXT_DETECTION.
getter/setter pair
- latLongRect ↔ LatLongRect?
-
Not used.
getter/setter pair
- productSearchParams ↔ ProductSearchParams?
-
Parameters for product search.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textDetectionParams ↔ TextDetectionParams?
-
Parameters for text detection and document text detection.
getter/setter pair
- webDetectionParams ↔ WebDetectionParams?
-
Parameters for web detection.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited