Class: Aws::TranscribeService::Types::MedicalScribeContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::MedicalScribeContext
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
The MedicalScribeContext object that contains contextual information
used to generate customized clinical notes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#patient_context ⇒ Types::MedicalScribePatientContext
Contains patient-specific information.
Instance Attribute Details
#patient_context ⇒ Types::MedicalScribePatientContext
Contains patient-specific information.
2927 2928 2929 2930 2931 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 2927 class MedicalScribeContext < Struct.new( :patient_context) SENSITIVE = [] include Aws::Structure end |