Class: Google::Cloud::AutoML::V1::TextSentimentAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::TextSentimentAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/text_sentiment.rb
Overview
Contains annotation details specific to text sentiment.
Instance Attribute Summary collapse
-
#sentiment ⇒ ::Integer
Output only.
Instance Attribute Details
#sentiment ⇒ ::Integer
39 40 41 42 |
# File 'proto_docs/google/cloud/automl/v1/text_sentiment.rb', line 39 class TextSentimentAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |