Class AudioSegment
Represents a segment of audio with its recognized text, timing, confidence score, and language.
public sealed class AudioSegment
- Inheritance
-
AudioSegment
- Inherited Members
Properties
- Confidence
Gets the confidence score for the transcription, between 0.0 (lowest) and 1.0 (highest).
- End
Gets the end time of the segment within the audio stream.
- Language
Gets the language code (e.g., "en", "fr") of the transcript text.
- Start
Gets the start time of the segment within the audio stream.
- Text
Gets the transcript text for this audio segment.