Class: Google::Cloud::Language::V2::AnalyzeSentimentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Language::V2::AnalyzeSentimentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/language/v2/language_service.rb
Overview
The sentiment analysis request message.
Instance Attribute Summary collapse
-
#document ⇒ ::Google::Cloud::Language::V2::Document
Required.
-
#encoding_type ⇒ ::Google::Cloud::Language::V2::EncodingType
The encoding type used by the API to calculate sentence offsets.
Instance Attribute Details
#document ⇒ ::Google::Cloud::Language::V2::Document
Returns Required. Input document.
290 291 292 293 |
# File 'proto_docs/google/cloud/language/v2/language_service.rb', line 290 class AnalyzeSentimentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encoding_type ⇒ ::Google::Cloud::Language::V2::EncodingType
Returns The encoding type used by the API to calculate sentence offsets.
290 291 292 293 |
# File 'proto_docs/google/cloud/language/v2/language_service.rb', line 290 class AnalyzeSentimentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |