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