Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::BatchAnnotateImagesResponse.
Response to a batch image annotation request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#responses
def responses() -> ::Array<::Google::Cloud::Vision::V1::AnnotateImageResponse>
    Returns
    
  - (::Array<::Google::Cloud::Vision::V1::AnnotateImageResponse>) — Individual responses to image annotation requests within the batch.
#responses=
def responses=(value) -> ::Array<::Google::Cloud::Vision::V1::AnnotateImageResponse>
    Parameter
    
  - value (::Array<::Google::Cloud::Vision::V1::AnnotateImageResponse>) — Individual responses to image annotation requests within the batch.
    Returns
    
- (::Array<::Google::Cloud::Vision::V1::AnnotateImageResponse>) — Individual responses to image annotation requests within the batch.