Class: Aws::ConnectHealth::Types::MedicalScribePostStreamActionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::MedicalScribePostStreamActionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connecthealth/types.rb
Overview
Results of post-stream actions performed after the audio stream ended
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#clinical_note_generation_result ⇒ Types::ClinicalNoteGenerationResult
Results of clinical note generation.
Instance Attribute Details
#clinical_note_generation_result ⇒ Types::ClinicalNoteGenerationResult
Results of clinical note generation
1054 1055 1056 1057 1058 |
# File 'lib/aws-sdk-connecthealth/types.rb', line 1054 class MedicalScribePostStreamActionsResult < Struct.new( :clinical_note_generation_result) SENSITIVE = [] include Aws::Structure end |