AnnotateImageResponse constructor
AnnotateImageResponse({
- ImageAnnotationContext? context,
- CropHintsAnnotation? cropHintsAnnotation,
- Status? error,
- List<
FaceAnnotation> ? faceAnnotations, - TextAnnotation? fullTextAnnotation,
- ImageProperties? imagePropertiesAnnotation,
- List<
EntityAnnotation> ? labelAnnotations, - List<
EntityAnnotation> ? landmarkAnnotations, - List<
LocalizedObjectAnnotation> ? localizedObjectAnnotations, - List<
EntityAnnotation> ? logoAnnotations, - ProductSearchResults? productSearchResults,
- SafeSearchAnnotation? safeSearchAnnotation,
- List<
EntityAnnotation> ? textAnnotations, - 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,
});