Class: Google::Cloud::Vision::V1::AsyncAnnotateFileRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1/image_annotator.rb

Overview

An offline file annotation request.

Instance Attribute Summary collapse

Instance Attribute Details

#features::Array<::Google::Cloud::Vision::V1::Feature>

Returns Required. Requested features.

Returns:



869
870
871
872
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 869

class AsyncAnnotateFileRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#image_context::Google::Cloud::Vision::V1::ImageContext

Returns Additional context that may accompany the image(s) in the file.

Returns:



869
870
871
872
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 869

class AsyncAnnotateFileRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#input_config::Google::Cloud::Vision::V1::InputConfig

Returns Required. Information about the input file.

Returns:



869
870
871
872
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 869

class AsyncAnnotateFileRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#output_config::Google::Cloud::Vision::V1::OutputConfig

Returns Required. The desired output location and metadata (e.g. format).

Returns:



869
870
871
872
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 869

class AsyncAnnotateFileRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end