Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( Object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
HashCode override
|
|
LanguageIdentificationResponse ( |
Creates a LanguageIdentificationResponse from the given apiResults
|
|
LanguageIdentificationResponse ( List |
Creates a LanguageIdentificationResponse from its components
|
public Equals ( Object obj ) : bool | ||
obj | Object | The object to compare against |
return | bool |
public LanguageIdentificationResponse ( |
||
apiResults | The message from the API | |
return | System |
public LanguageIdentificationResponse ( List |
||
languageDetections | List |
The list of language identifications |
responseHeaders | string>.Dictionary | The response headers |
content | object>.Dictionary | The content (language identifications) in dictionary form |
contentAsJosn | string | The content in JSON form |
return | System |