Language |
[DataContractAttribute] public class LanguageIdResult
The LanguageIdResult type exposes the following members.
| Name | Description | |
|---|---|---|
| LanguageIdResult | Constructor. |
| Name | Description | |
|---|---|---|
| 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. | |
| PercentOfFullText | Percent language comprises of input text. | |
| Regions | Detected script regions this language was found in. |
| Name | Description | |
|---|---|---|
| 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) | |
| GetKnownIso639LanguageCodes | Gets all known ISO 639-1 standard language codes. | |
| GetLanguage | Gets the language information for a specific ISO 639-1 standard language code. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |