Class: Google::Cloud::Language::V1::AnalyzeEntitySentimentRequest

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

Overview

The entity-level sentiment analysis request message.

Instance Attribute Summary collapse

Instance Attribute Details

#document::Google::Cloud::Language::V1::Document

Returns Input document.

Returns:



929
930
931
932
# File 'proto_docs/google/cloud/language/v1/language_service.rb', line 929

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

#encoding_type::Google::Cloud::Language::V1::EncodingType

Returns The encoding type used by the API to calculate offsets.

Returns:



929
930
931
932
# File 'proto_docs/google/cloud/language/v1/language_service.rb', line 929

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