AnnotateImageRequest constructor
AnnotateImageRequest({
- List<
Feature> ? features, - Image? image,
- ImageContext? imageContext,
Implementation
AnnotateImageRequest({
this.features,
this.image,
this.imageContext,
});