프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 |
리턴 | 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 |
리턴 | System |