Reference documentation and code samples for the Cloud Vision V1p4beta1 API class Google::Cloud::Vision::V1p4beta1::AsyncBatchAnnotateFilesResponse.
Response to an async batch file annotation request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#responses
def responses() -> ::Array<::Google::Cloud::Vision::V1p4beta1::AsyncAnnotateFileResponse>
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::AsyncAnnotateFileResponse>) — The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
#responses=
def responses=(value) -> ::Array<::Google::Cloud::Vision::V1p4beta1::AsyncAnnotateFileResponse>
Parameter
- value (::Array<::Google::Cloud::Vision::V1p4beta1::AsyncAnnotateFileResponse>) — The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::AsyncAnnotateFileResponse>) — The list of file annotation responses, one for each request in AsyncBatchAnnotateFilesRequest.