Class: Aws::TranscribeStreamingService::Types::MedicalScribeContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::MedicalScribeContext
- Defined in:
- gems/aws-sdk-transcribestreamingservice/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.
982 983 984 985 986 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 982 class MedicalScribeContext < Struct.new( :patient_context) SENSITIVE = [] include Aws::Structure end |