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