Exemplo n.º 1
0
 public virtual grpc::AsyncUnaryCall <global::Google.LongRunning.Operation> AsyncBatchAnnotateImagesAsync(global::Google.Cloud.Vision.V1.AsyncBatchAnnotateImagesRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_AsyncBatchAnnotateImages, null, options, request));
 }
 /// <summary>
 /// Run asynchronous image detection and annotation for a list of images.
 ///
 /// Progress and results can be retrieved through the
 /// `google.longrunning.Operations` interface.
 /// `Operation.metadata` contains `OperationMetadata` (metadata).
 /// `Operation.response` contains `AsyncBatchAnnotateImagesResponse` (results).
 ///
 /// This service will write image annotation outputs to json files in customer
 /// GCS bucket, each json file containing BatchAnnotateImagesResponse proto.
 /// </summary>
 /// <param name="request">The request received from the client.</param>
 /// <param name="context">The context of the server-side call handler being invoked.</param>
 /// <returns>The response to send back to the client (wrapped by a task).</returns>
 public virtual global::System.Threading.Tasks.Task <global::Google.LongRunning.Operation> AsyncBatchAnnotateImages(global::Google.Cloud.Vision.V1.AsyncBatchAnnotateImagesRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }
Exemplo n.º 3
0
 public virtual grpc::AsyncUnaryCall <global::Google.LongRunning.Operation> AsyncBatchAnnotateImagesAsync(global::Google.Cloud.Vision.V1.AsyncBatchAnnotateImagesRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(AsyncBatchAnnotateImagesAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }