ImageContext constructor

ImageContext({
  1. CropHintsParams? cropHintsParams,
  2. List<String>? languageHints,
  3. LatLongRect? latLongRect,
  4. ProductSearchParams? productSearchParams,
  5. TextDetectionParams? textDetectionParams,
  6. WebDetectionParams? webDetectionParams,
})

Implementation

ImageContext({
  this.cropHintsParams,
  this.languageHints,
  this.latLongRect,
  this.productSearchParams,
  this.textDetectionParams,
  this.webDetectionParams,
});