AnnotationRequest constructor
- {required Image image,
- required List<
Feature> features, - ImageContext? imageContext}
Individual image annotation requests for this batch.
Implementation
AnnotationRequest({
required this.image,
required this.features,
this.imageContext,
});