Class: Aws::ChimeSDKMeetings::Types::EngineTranscribeMedicalSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::EngineTranscribeMedicalSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
Settings specific to the Amazon Transcribe Medical engine.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_identification_type ⇒ String
Set this field to ‘PHI` to identify personal health information in the transcription output.
-
#language_code ⇒ String
The language code specified for the Amazon Transcribe Medical engine.
-
#region ⇒ String
The Amazon Web Services Region passed to Amazon Transcribe Medical.
-
#specialty ⇒ String
The specialty specified for the Amazon Transcribe Medical engine.
-
#type ⇒ String
The type of transcription.
-
#vocabulary_name ⇒ String
The name of the vocabulary passed to Amazon Transcribe Medical.
Instance Attribute Details
#content_identification_type ⇒ String
Set this field to ‘PHI` to identify personal health information in the transcription output.
772 773 774 775 776 777 778 779 780 781 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 772 class EngineTranscribeMedicalSettings < Struct.new( :language_code, :specialty, :type, :vocabulary_name, :region, :content_identification_type) SENSITIVE = [] include Aws::Structure end |
#language_code ⇒ String
The language code specified for the Amazon Transcribe Medical engine.
772 773 774 775 776 777 778 779 780 781 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 772 class EngineTranscribeMedicalSettings < Struct.new( :language_code, :specialty, :type, :vocabulary_name, :region, :content_identification_type) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon Web Services Region passed to Amazon Transcribe Medical. If you don’t specify a Region, Amazon Chime uses the meeting’s Region.
772 773 774 775 776 777 778 779 780 781 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 772 class EngineTranscribeMedicalSettings < Struct.new( :language_code, :specialty, :type, :vocabulary_name, :region, :content_identification_type) SENSITIVE = [] include Aws::Structure end |
#specialty ⇒ String
The specialty specified for the Amazon Transcribe Medical engine.
772 773 774 775 776 777 778 779 780 781 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 772 class EngineTranscribeMedicalSettings < Struct.new( :language_code, :specialty, :type, :vocabulary_name, :region, :content_identification_type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of transcription.
772 773 774 775 776 777 778 779 780 781 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 772 class EngineTranscribeMedicalSettings < Struct.new( :language_code, :specialty, :type, :vocabulary_name, :region, :content_identification_type) SENSITIVE = [] include Aws::Structure end |
#vocabulary_name ⇒ String
The name of the vocabulary passed to Amazon Transcribe Medical.
772 773 774 775 776 777 778 779 780 781 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 772 class EngineTranscribeMedicalSettings < Struct.new( :language_code, :specialty, :type, :vocabulary_name, :region, :content_identification_type) SENSITIVE = [] include Aws::Structure end |