Reference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::AnnotateFileResponse.
Response to a single file annotation request. A file may contain one or more images, which individually have their own responses.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#input_config
def input_config() -> ::Google::Cloud::Vision::V1p3beta1::InputConfig
Returns
- (::Google::Cloud::Vision::V1p3beta1::InputConfig) — Information about the file for which this response is generated.
#input_config=
def input_config=(value) -> ::Google::Cloud::Vision::V1p3beta1::InputConfig
Parameter
- value (::Google::Cloud::Vision::V1p3beta1::InputConfig) — Information about the file for which this response is generated.
Returns
- (::Google::Cloud::Vision::V1p3beta1::InputConfig) — Information about the file for which this response is generated.
#responses
def responses() -> ::Array<::Google::Cloud::Vision::V1p3beta1::AnnotateImageResponse>
Returns
- (::Array<::Google::Cloud::Vision::V1p3beta1::AnnotateImageResponse>) — Individual responses to images found within the file.
#responses=
def responses=(value) -> ::Array<::Google::Cloud::Vision::V1p3beta1::AnnotateImageResponse>
Parameter
- value (::Array<::Google::Cloud::Vision::V1p3beta1::AnnotateImageResponse>) — Individual responses to images found within the file.
Returns
- (::Array<::Google::Cloud::Vision::V1p3beta1::AnnotateImageResponse>) — Individual responses to images found within the file.