Class: Google::Cloud::Language::V1::AnalyzeEntitySentimentResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Language::V1::AnalyzeEntitySentimentResponse
- 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 response message.
Instance Attribute Summary collapse
-
#entities ⇒ ::Array<::Google::Cloud::Language::V1::Entity>
The recognized entities in the input document with associated sentiments.
-
#language ⇒ ::String
The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language.
Instance Attribute Details
#entities ⇒ ::Array<::Google::Cloud::Language::V1::Entity>
Returns The recognized entities in the input document with associated sentiments.
998 999 1000 1001 |
# File 'proto_docs/google/cloud/language/v1/language_service.rb', line 998 class AnalyzeEntitySentimentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#language ⇒ ::String
Returns The language of the text, which will be the same as the language specified in the request or, if not specified, the automatically-detected language. See Document.language field for more details.
998 999 1000 1001 |
# File 'proto_docs/google/cloud/language/v1/language_service.rb', line 998 class AnalyzeEntitySentimentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |