Class: Aws::TranscribeStreamingService::Types::MedicalScribeContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::MedicalScribeContext
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribestreamingservice/types.rb
Overview
The ‘MedicalScribeContext` object that contains contextual information which is used during clinical note generation to add relevant context to the note.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#patient_context ⇒ Types::MedicalScribePatientContext
Contains patient-specific information used to customize the clinical note generation.
Instance Attribute Details
#patient_context ⇒ Types::MedicalScribePatientContext
Contains patient-specific information used to customize the clinical note generation.
1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-transcribestreamingservice/types.rb', line 1004 class MedicalScribeContext < Struct.new( :patient_context) SENSITIVE = [] include Aws::Structure end |