AnnotateImageResponse constructor
- {List<
FaceAnnotation> ? faceAnnotationList, - List<
LocalizedObjectAnnotation> ? localizedObjectAnnotationList, - List<
LabelAnnotation> ? labelAnnotationList, - SafeSearchAnnotation? safeSearchAnnotation}
Implementation
AnnotateImageResponse(
{this.faceAnnotationList,
this.localizedObjectAnnotationList,
this.labelAnnotationList,
this.safeSearchAnnotation});