Class: Google::Cloud::Vision::V1p3beta1::AnnotateFileResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::AnnotateFileResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb
Overview
Response to a single file annotation request. A file may contain one or more images, which individually have their own responses.
Instance Attribute Summary collapse
-
#input_config ⇒ ::Google::Cloud::Vision::V1p3beta1::InputConfig
Information about the file for which this response is generated.
-
#responses ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::AnnotateImageResponse>
Individual responses to images found within the file.
Instance Attribute Details
#input_config ⇒ ::Google::Cloud::Vision::V1p3beta1::InputConfig
Returns Information about the file for which this response is generated.
693 694 695 696 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 693 class AnnotateFileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#responses ⇒ ::Array<::Google::Cloud::Vision::V1p3beta1::AnnotateImageResponse>
Returns Individual responses to images found within the file.
693 694 695 696 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/image_annotator.rb', line 693 class AnnotateFileResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |