Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
HashCode override
|
|
TranslateNamesResponse ( |
Creates a TranslateNamesResponse from the given apiResult
|
|
TranslateNamesResponse ( string translation, string targetLanguage, string targetScheme = null, string targetScript = null, string entityType = null, string sourceLanguageOfOrigin = null, string sourceLanguageOfUse = null, string sourceScript = null, double confidence = null, string>.Dictionary |
Creates a TranslateNamesResponse from its components
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against |
return | bool |
public TranslateNamesResponse ( |
||
apiResult | The message from the API | |
return | System |
public TranslateNamesResponse ( string translation, string targetLanguage, string targetScheme = null, string targetScript = null, string entityType = null, string sourceLanguageOfOrigin = null, string sourceLanguageOfUse = null, string sourceScript = null, double confidence = null, string>.Dictionary |
||
translation | string | The translation |
targetLanguage | string | The target language |
targetScheme | string | The target scheme |
targetScript | string | The target script |
entityType | string | The entity type |
sourceLanguageOfOrigin | string | The source language of origin |
sourceLanguageOfUse | string | The source language of use |
sourceScript | string | The source script |
confidence | double | The confidence |
responseHeaders | string>.Dictionary | The response headers returned from the API |
content | object>.Dictionary | The content in Dictionary form |
contentAsJson | string | The content in JSON form |
return | System |