AnnotateImageResponse constructor

AnnotateImageResponse({
  1. ImageAnnotationContext? context,
  2. CropHintsAnnotation? cropHintsAnnotation,
  3. Status? error,
  4. List<FaceAnnotation>? faceAnnotations,
  5. TextAnnotation? fullTextAnnotation,
  6. ImageProperties? imagePropertiesAnnotation,
  7. List<EntityAnnotation>? labelAnnotations,
  8. List<EntityAnnotation>? landmarkAnnotations,
  9. List<LocalizedObjectAnnotation>? localizedObjectAnnotations,
  10. List<EntityAnnotation>? logoAnnotations,
  11. ProductSearchResults? productSearchResults,
  12. SafeSearchAnnotation? safeSearchAnnotation,
  13. List<EntityAnnotation>? textAnnotations,
  14. WebDetection? webDetection,
})

Implementation

AnnotateImageResponse({
  this.context,
  this.cropHintsAnnotation,
  this.error,
  this.faceAnnotations,
  this.fullTextAnnotation,
  this.imagePropertiesAnnotation,
  this.labelAnnotations,
  this.landmarkAnnotations,
  this.localizedObjectAnnotations,
  this.logoAnnotations,
  this.productSearchResults,
  this.safeSearchAnnotation,
  this.textAnnotations,
  this.webDetection,
});