Class: Google::Cloud::Vision::V1::AnnotateFileResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::AnnotateFileResponse
- Defined in:
- lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/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::V1::InputConfig
Information about the file for which this response is generated.
-
#responses ⇒ Array<Google::Cloud::Vision::V1::AnnotateImageResponse>
Individual responses to images found within the file.
Instance Attribute Details
#input_config ⇒ Google::Cloud::Vision::V1::InputConfig
Returns Information about the file for which this response is generated.
578 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 578 class AnnotateFileResponse; end |
#responses ⇒ Array<Google::Cloud::Vision::V1::AnnotateImageResponse>
Returns Individual responses to images found within the file.
578 |
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 578 class AnnotateFileResponse; end |