Table of Contents

Class SpeechToText.LanguageDetectionResult

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

Represents the result of a language detection operation, including the detected language code and the confidence score.

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

Properties

Confidence

Gets the confidence score for the detected language, as a value between 0.0 (no confidence) and 1.0 (full confidence).

Language

Gets the detected language code using ISO 639-1 two-letter codes (for example, "en" for English, "fr" for French).