annotate abstract method
- @POST('/images:annotate')
Run image detection and annotation for a batch of images.
Implementation
@POST('/images:annotate')
Future<AnnotatedResponses> annotate(
@Header('Authorization') String authorization,
@Header('Content-Type') String contentType,
// @Header('x-goog-user-project') String? projectId,
@Body() Map<String, dynamic> params);