class Aws::TranscribeStreamingService::Types::MedicalResult

The results of transcribing a portion of the input audio stream.

@!attribute [rw] result_id

A unique identifier for the result.
@return [String]

@!attribute [rw] start_time

The time, in seconds, from the beginning of the audio stream to the
beginning of the result.
@return [Float]

@!attribute [rw] end_time

The time, in seconds, from the beginning of the audio stream to the
end of the result.
@return [Float]

@!attribute [rw] is_partial

Amazon Transcribe Medical divides the incoming audio stream into
segments at natural points in the audio. Transcription results are
returned based on these segments.

The `IsPartial` field is `true` to indicate that Amazon Transcribe
Medical has additional transcription data to send. The `IsPartial`
field is `false` to indicate that this is the last transcription
result for the segment.
@return [Boolean]

@!attribute [rw] alternatives

A list of possible transcriptions of the audio. Each alternative
typically contains one `Item` that contains the result of the
transcription.
@return [Array<Types::MedicalAlternative>]

@!attribute [rw] channel_id

When channel identification is enabled, Amazon Transcribe Medical
transcribes the speech from each audio channel separately.

You can use `ChannelId` to retrieve the transcription results for a
single channel in your audio stream.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/transcribe-streaming-2017-10-26/MedicalResult AWS API Documentation

Constants

SENSITIVE