MedicalResult¶
Structure Class¶
MedicalResult
dataclass
¶
The Result associated with a .
Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters. This can include information relating to alternative transcriptions, channel identification, partial result stabilization, language identification, and other transcription-related data.
Attributes¶
alternatives
class-attribute
instance-attribute
¶
alternatives: list[MedicalAlternative] | None = None
A list of possible alternative transcriptions for the input audio. Each
alternative may contain one or more of Items, Entities, or
Transcript.
channel_id
class-attribute
instance-attribute
¶
channel_id: str | None = None
Indicates the channel identified for the Result.
end_time
class-attribute
instance-attribute
¶
end_time: float = 0
The end time, in seconds, of the Result.
is_partial
class-attribute
instance-attribute
¶
is_partial: bool = False
Indicates if the segment is complete.
If IsPartial is true, the segment is not complete. If IsPartial is
false, the segment is complete.
result_id
class-attribute
instance-attribute
¶
result_id: str | None = None
Provides a unique identifier for the Result.
start_time
class-attribute
instance-attribute
¶
start_time: float = 0
The start time, in seconds, of the Result.