Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( Object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
HashCode override
|
|
LanguageDetection ( string language, Nullable |
Creates a LanguageDetection, which identifies a language and the confidence that it is the correct language
|
|
ToString ( ) : string |
ToString override: Gets this object in JSON form
|
public Equals ( Object obj ) : bool | ||
obj | Object | The object to compare against |
return | bool |
public LanguageDetection ( string language, Nullable |
||
language | string | The language in its abbreviated form |
confidence | Nullable |
The confidence the language was the correct language to identify |
return | System |