Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
Hashcode override
|
|
TokenizationResponse ( |
Creates a TokenizationResponse from the given apiResults
|
|
TokenizationResponse ( List |
Creates a TokenizationResponse from its components
|
public Equals ( object obj ) : bool | ||
obj | object | The other object to compare against |
return | bool |
public TokenizationResponse ( |
||
apiResults | The message from the API | |
return | System |
public TokenizationResponse ( List |
||
tokens | List |
The tokens |
responseHeaders | string>.Dictionary | The response headers returned from the API |
content | object>.Dictionary | The content (the tokens) in dictionary form |
contentAsJson | string | The content in JSON form |
return | System |