AnnotateImageResponse constructor

AnnotateImageResponse(
  1. {List<FaceAnnotation>? faceAnnotationList,
  2. List<EntityAnnotation>? landmarkAnnotationList,
  3. List<EntityAnnotation>? labelAnnotationList,
  4. List<LocalizedObjectAnnotation>? localizedObjectAnnotationList,
  5. List<EntityAnnotation>? logoAnnotationList,
  6. List<EntityAnnotation>? textAnnotationsList,
  7. TextAnnotation? fullTextAnnotation,
  8. SafeSearchAnnotation? safeSearchAnnotation,
  9. ImagePropertiesAnnotation? imagePropertiesAnnotation,
  10. CropHintsAnnotation? cropHintsAnnotation,
  11. Status? error,
  12. ImageAnnotationContext? context}
)

Implementation

AnnotateImageResponse({
  this.faceAnnotationList,
  this.landmarkAnnotationList,
  this.labelAnnotationList,
  this.localizedObjectAnnotationList,
  this.logoAnnotationList,
  this.textAnnotationsList,
  this.fullTextAnnotation,
  this.safeSearchAnnotation,
  this.imagePropertiesAnnotation,
  this.cropHintsAnnotation,
  this.error,
  this.context,
});