Class: Google::Cloud::Vision::V1p3beta1::AnnotateFileResponse

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

Instance Attribute Details

#input_config::Google::Cloud::Vision::V1p3beta1::InputConfig

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

Returns:



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.

Returns:



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