Class: Aws::Types::Item

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


141
142
143
# File 'sig/types.rbs', line 141

def confidence
  @confidence
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def content
  @content
end

#end_time::Float

Returns the value of attribute end_time.

Returns:

  • (::Float)


136
137
138
# File 'sig/types.rbs', line 136

def end_time
  @end_time
end

#speaker::String

Returns the value of attribute speaker.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def speaker
  @speaker
end

#stableBoolean

Returns the value of attribute stable.

Returns:

  • (Boolean)


142
143
144
# File 'sig/types.rbs', line 142

def stable
  @stable
end

#start_time::Float

Returns the value of attribute start_time.

Returns:

  • (::Float)


135
136
137
# File 'sig/types.rbs', line 135

def start_time
  @start_time
end

#type"pronunciation", "punctuation"

Returns the value of attribute type.

Returns:

  • ("pronunciation", "punctuation")


137
138
139
# File 'sig/types.rbs', line 137

def type
  @type
end

#vocabulary_filter_matchBoolean

Returns the value of attribute vocabulary_filter_match.

Returns:

  • (Boolean)


139
140
141
# File 'sig/types.rbs', line 139

def vocabulary_filter_match
  @vocabulary_filter_match
end