public virtual grpc::AsyncUnaryCall <global::Yandex.Cloud.Ai.Vision.V2.AnnotationResponse> AnnotateAsync(global::Yandex.Cloud.Ai.Vision.V2.AnnotationRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_Annotate, null, options, request));
 }
 public virtual global::System.Threading.Tasks.Task <global::Yandex.Cloud.Ai.Vision.V2.AnnotationResponse> Annotate(global::Yandex.Cloud.Ai.Vision.V2.AnnotationRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
 public virtual grpc::AsyncUnaryCall <global::Yandex.Cloud.Ai.Vision.V2.AnnotationResponse> AnnotateAsync(global::Yandex.Cloud.Ai.Vision.V2.AnnotationRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(AnnotateAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }