Class: Aws::Types::KeyPhrase
- Inherits:
-
Object
- Object
- Aws::Types::KeyPhrase
- 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.
-
#score ⇒ ::Float
Returns the value of attribute score.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def begin_offset @begin_offset end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def end_offset @end_offset end |
#score ⇒ ::Float
Returns the value of attribute score.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def score @score end |
#text ⇒ ::String
Returns the value of attribute text.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def text @text end |