Click or drag to resize

LanguageIdResult Class

Language identification result.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.ContentLanguageIdResult

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class LanguageIdResult

The LanguageIdResult type exposes the following members.

Constructors
 NameDescription
Public methodLanguageIdResult Constructor.
Top
Properties
 NameDescription
Public propertyLangIso639 Detected ISO-639-1 language code.
Public propertyLanguage The language associated with LangIso639 if known. If not known, this property will contain the same value as LangIso639.
Public propertyPercentOfFullText Percent language comprises of input text.
Public propertyRegions Detected script regions this language was found in.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetKnownIso639LanguageCodes Gets all known ISO 639-1 standard language codes.
Public methodStatic memberGetLanguage Gets the language information for a specific ISO 639-1 standard language code.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also