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.
2836 2837 2838 2839 2840 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 2836 class MedicalScribeContext < Struct.new( :patient_context) SENSITIVE = [] include Aws::Structure end |