LanguageIdResult Class

Language identification result.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class LanguageIdResult
Inheritance
Object    LanguageIdResult

Constructors

LanguageIdResult Constructor.

Properties

DetectedScript Detected script.
LangIso639 Detected ISO-639-1 language code.
Language The language associated with LangIso639 if known. If not known, this property will contain the same value as LangIso639.
PercentOfTestedText Percent of the identified Language in the language tested text.
Probability Probability of correct identification (0-100)%.
Regions Detected script regions this language was found in.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also