get_medical_scribe_stream¶
Operation¶
get_medical_scribe_stream
async
¶
get_medical_scribe_stream(input: GetMedicalScribeStreamInput, plugins: list[Plugin] | None = None) -> GetMedicalScribeStreamOutput
Provides details about the specified Amazon Web Services HealthScribe
streaming session. To view the status of the streaming session, check
the StreamStatus field in the response. To get the details of
post-stream analytics, including its status, check the
PostStreamAnalyticsResult field in the response.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetMedicalScribeStreamInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
GetMedicalScribeStreamOutput
|
An instance of |
Input¶
GetMedicalScribeStreamInput
dataclass
¶
Output¶
GetMedicalScribeStreamOutput
dataclass
¶
Dataclass for GetMedicalScribeStreamOutput structure.
Attributes¶
medical_scribe_stream_details
class-attribute
instance-attribute
¶
medical_scribe_stream_details: MedicalScribeStreamDetails | None = None
Provides details about a HealthScribe streaming session.