Class: Aws::Types::KeyPhrase

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:

  • (::Integer)


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.

Returns:

  • (::Integer)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def end_offset
  @end_offset
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


1194
1195
1196
# File 'sig/types.rbs', line 1194

def score
  @score
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1195
1196
1197
# File 'sig/types.rbs', line 1195

def text
  @text
end