AnnotateImageRequest constructor

AnnotateImageRequest({
  1. List<Feature>? features,
  2. Image? image,
  3. ImageContext? imageContext,
})

Implementation

AnnotateImageRequest({
  this.features,
  this.image,
  this.imageContext,
});