Class: Aws::Types::TargetedSentimentMention

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset::Integer

Returns the value of attribute begin_offset.

Returns:



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.

Returns:



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.

Returns:



1949
1950
1951
# File 'sig/types.rbs', line 1949

def group_score
  @group_score
end

#mention_sentimentTypes::MentionSentiment

Returns the value of attribute mention_sentiment.

Returns:



1952
1953
1954
# File 'sig/types.rbs', line 1952

def mention_sentiment
  @mention_sentiment
end

#score::Float

Returns the value of attribute score.

Returns:



1948
1949
1950
# File 'sig/types.rbs', line 1948

def score
  @score
end

#text::String

Returns the value of attribute text.

Returns:



1950
1951
1952
# File 'sig/types.rbs', line 1950

def text
  @text
end

#type"PERSON", ...

Returns the value of attribute type.

Returns:



1951
1952
1953
# File 'sig/types.rbs', line 1951

def type
  @type
end