Skip to content

Transcribe Streaming  >  Operations  >  get_medical_scribe_stream

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 GetMedicalScribeStreamInput.

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 GetMedicalScribeStreamOutput.

Input

GetMedicalScribeStreamInput dataclass

Dataclass for GetMedicalScribeStreamInput structure.

Attributes

session_id class-attribute instance-attribute
session_id: str | None = None

The identifier of the HealthScribe streaming session you want information about.

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.