Language Id Result Class
Language identification result.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |