Class: Aws::TranscribeStreamingService::Types::MedicalScribeContext

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#patient_contextTypes::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