Class: Aws::Types::MedicalItem

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)


179
180
181
# File 'sig/types.rbs', line 179

def confidence
  @confidence
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def content
  @content
end

#end_time::Float

Returns the value of attribute end_time.

Returns:

  • (::Float)


176
177
178
# File 'sig/types.rbs', line 176

def end_time
  @end_time
end

#speaker::String

Returns the value of attribute speaker.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def speaker
  @speaker
end

#start_time::Float

Returns the value of attribute start_time.

Returns:

  • (::Float)


175
176
177
# File 'sig/types.rbs', line 175

def start_time
  @start_time
end

#type"pronunciation", "punctuation"

Returns the value of attribute type.

Returns:

  • ("pronunciation", "punctuation")


177
178
179
# File 'sig/types.rbs', line 177

def type
  @type
end