AnnotateImageResponse(- {List<FaceAnnotation>? faceAnnotationList,
- List<EntityAnnotation>? landmarkAnnotationList,
- List<EntityAnnotation>? labelAnnotationList,
- List<LocalizedObjectAnnotation>? localizedObjectAnnotationList,
- List<EntityAnnotation>? logoAnnotationList,
- List<EntityAnnotation>? textAnnotationsList,
- FullTextAnnotation? fullTextAnnotation,
- SafeSearchAnnotation? safeSearchAnnotation,
- ImagePropertiesAnnotation? imagePropertiesAnnotation,
- CropHintsAnnotation? cropHintsAnnotation,
- Status? error,
- 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,
});