Table of Contents

Class SpeechToText.TranscriptionResult

Namespace
LMKit.Speech
Assembly
LM-Kit.NET.dll

Holds the set of AudioSegments produced by a transcription and provides the full combined text.

public sealed class SpeechToText.TranscriptionResult
Inheritance
SpeechToText.TranscriptionResult
Inherited Members

Properties

Segments

The individual segments making up the full transcription.

Text

The full transcript, composed by joining each segment's Text with newline separators, in ascending order by Start.