Class: Aws::Types::MedicalEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def category
  @category
end

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


170
171
172
# File 'sig/types.rbs', line 170

def confidence
  @confidence
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def content
  @content
end

#end_time::Float

Returns the value of attribute end_time.

Returns:

  • (::Float)


167
168
169
# File 'sig/types.rbs', line 167

def end_time
  @end_time
end

#start_time::Float

Returns the value of attribute start_time.

Returns:

  • (::Float)


166
167
168
# File 'sig/types.rbs', line 166

def start_time
  @start_time
end