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

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

Instance Attribute Details

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