Reference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::AsyncBatchAnnotateFilesRequest.
Multiple async file annotation requests are batched into a single service call.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#requests
def requests() -> ::Array<::Google::Cloud::Vision::V1p3beta1::AsyncAnnotateFileRequest>
Returns
- (::Array<::Google::Cloud::Vision::V1p3beta1::AsyncAnnotateFileRequest>) — Required. Individual async file annotation requests for this batch.
#requests=
def requests=(value) -> ::Array<::Google::Cloud::Vision::V1p3beta1::AsyncAnnotateFileRequest>
Parameter
- value (::Array<::Google::Cloud::Vision::V1p3beta1::AsyncAnnotateFileRequest>) — Required. Individual async file annotation requests for this batch.
Returns
- (::Array<::Google::Cloud::Vision::V1p3beta1::AsyncAnnotateFileRequest>) — Required. Individual async file annotation requests for this batch.