annotate method
- {required AnnotationRequests requests}
inherited
Run detection and annotation for a batch of requests.
Implementation
Future<AnnotatedResponses> annotate({required AnnotationRequests requests}) =>
_rest.annotate(
'Bearer $_token',
contentType,
requests.toJson(),
);