ImageContext constructor

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

Implementation

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