Class: Aws::Types::EngineTranscribeMedicalSettings
- Inherits:
-
Object
- Object
- Aws::Types::EngineTranscribeMedicalSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_identification_type ⇒ "PHI"
Returns the value of attribute content_identification_type.
-
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
-
#region ⇒ "us-east-1", ...
Returns the value of attribute region.
-
#specialty ⇒ "PRIMARYCARE", ...
Returns the value of attribute specialty.
-
#type ⇒ "CONVERSATION", "DICTATION"
Returns the value of attribute type.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
Instance Attribute Details
#content_identification_type ⇒ "PHI"
Returns the value of attribute content_identification_type.
162 163 164 |
# File 'sig/types.rbs', line 162 def content_identification_type @content_identification_type end |
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
157 158 159 |
# File 'sig/types.rbs', line 157 def language_code @language_code end |
#region ⇒ "us-east-1", ...
Returns the value of attribute region.
161 162 163 |
# File 'sig/types.rbs', line 161 def region @region end |
#specialty ⇒ "PRIMARYCARE", ...
Returns the value of attribute specialty.
158 159 160 |
# File 'sig/types.rbs', line 158 def specialty @specialty end |
#type ⇒ "CONVERSATION", "DICTATION"
Returns the value of attribute type.
159 160 161 |
# File 'sig/types.rbs', line 159 def type @type end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
160 161 162 |
# File 'sig/types.rbs', line 160 def vocabulary_name @vocabulary_name end |