Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
Hashcode override
|
|
SyntaxDependenciesResponse ( |
Creates a SyntaxDependenciesResponse from the given apiResult
|
|
SyntaxDependenciesResponse ( List |
Creates a SyntaxDependenciesResponse from its components
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against |
return | bool |
public SyntaxDependenciesResponse ( |
||
apiResult | The message from the API | |
return | System |
public SyntaxDependenciesResponse ( List |
||
sentences | List |
The syntactic dependencies the entire document/input text |
tokens | List |
The tokens found in the input text |
responseHeaders | string>.Dictionary | The response headers returned from the API |
content | object>.Dictionary | The content (the doc and syntax dependencies) in Dictionary form |
contentAsJson | string | The content in JSON form |
return | System |