Class: Aws::Types::MedicalEntity
- Inherits:
-
Object
- Object
- Aws::Types::MedicalEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#end_time ⇒ ::Float
Returns the value of attribute end_time.
-
#start_time ⇒ ::Float
Returns the value of attribute start_time.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
168 169 170 |
# File 'sig/types.rbs', line 168 def category @category end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
170 171 172 |
# File 'sig/types.rbs', line 170 def confidence @confidence end |
#content ⇒ ::String
Returns the value of attribute content.
169 170 171 |
# File 'sig/types.rbs', line 169 def content @content end |
#end_time ⇒ ::Float
Returns the value of attribute end_time.
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.
166 167 168 |
# File 'sig/types.rbs', line 166 def start_time @start_time end |