AnnotationRequest constructor

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

Individual image annotation requests for this batch.

Implementation

AnnotationRequest