Class: Google::Cloud::Vision::V1::AnnotateFileResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#input_configGoogle::Cloud::Vision::V1::InputConfig

Returns Information about the file for which this response is generated.

Returns:



567
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 567

class AnnotateFileResponse; end

#responsesArray<Google::Cloud::Vision::V1::AnnotateImageResponse>

Returns Individual responses to images found within the file.

Returns:



567
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 567

class AnnotateFileResponse; end