ImageContext constructor
ImageContext({
- CropHintsParams? cropHintsParams,
- List<
String> ? languageHints, - LatLongRect? latLongRect,
- ProductSearchParams? productSearchParams,
- TextDetectionParams? textDetectionParams,
- WebDetectionParams? webDetectionParams,
Implementation
ImageContext({
this.cropHintsParams,
this.languageHints,
this.latLongRect,
this.productSearchParams,
this.textDetectionParams,
this.webDetectionParams,
});