Class: Aws::Types::TargetedSentimentMention
- Inherits:
-
Object
- Object
- Aws::Types::TargetedSentimentMention
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
-
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
-
#group_score ⇒ ::Float
Returns the value of attribute group_score.
-
#mention_sentiment ⇒ Types::MentionSentiment
Returns the value of attribute mention_sentiment.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#type ⇒ "PERSON", ...
Returns the value of attribute type.
Instance Attribute Details
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def begin_offset @begin_offset end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def end_offset @end_offset end |
#group_score ⇒ ::Float
Returns the value of attribute group_score.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def group_score @group_score end |
#mention_sentiment ⇒ Types::MentionSentiment
Returns the value of attribute mention_sentiment.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def mention_sentiment @mention_sentiment end |
#score ⇒ ::Float
Returns the value of attribute score.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def score @score end |
#text ⇒ ::String
Returns the value of attribute text.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def text @text end |
#type ⇒ "PERSON", ...
Returns the value of attribute type.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def type @type end |