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