Class: Aws::TranscribeStreamingService::Types::MedicalScribePatientContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeStreamingService::Types::MedicalScribePatientContext
- Defined in:
- gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb
Overview
Contains patient-specific information.
Constant Summary collapse
- SENSITIVE =
[:pronouns]
Instance Attribute Summary collapse
-
#pronouns ⇒ String
The patient's preferred pronouns that the user wants to provide as a context for clinical note generation .
Instance Attribute Details
#pronouns ⇒ String
The patient's preferred pronouns that the user wants to provide as a context for clinical note generation .
1065 1066 1067 1068 1069 |
# File 'gems/aws-sdk-transcribestreamingservice/lib/aws-sdk-transcribestreamingservice/types.rb', line 1065 class MedicalScribePatientContext < Struct.new( :pronouns) SENSITIVE = [:pronouns] include Aws::Structure end |