annotate method
- {required AnnotationRequests requests}
Run painter detection and annotation for a batch of painters.
Implementation
Future<AnnotatedResponses> annotate({required AnnotationRequests requests}) =>
_rest.annotate(_authHeader, contentType, requests.toJson());