Reference documentation and code samples for the Cloud Vision V1p4beta1 API class Google::Cloud::Vision::V1p4beta1::BatchAnnotateFilesResponse.
A list of file annotation responses.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#responses
def responses() -> ::Array<::Google::Cloud::Vision::V1p4beta1::AnnotateFileResponse>
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::AnnotateFileResponse>) — The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
#responses=
def responses=(value) -> ::Array<::Google::Cloud::Vision::V1p4beta1::AnnotateFileResponse>
Parameter
- value (::Array<::Google::Cloud::Vision::V1p4beta1::AnnotateFileResponse>) — The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.
Returns
- (::Array<::Google::Cloud::Vision::V1p4beta1::AnnotateFileResponse>) — The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest.