Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
HashCode override
|
|
SentenceTaggingResponse ( |
Creates a SentenceTaggingResponse from the given apiResults
|
|
SentenceTaggingResponse ( List |
Creates a SentenceTaggingResponse from its components
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against |
return | bool |
public SentenceTaggingResponse ( |
||
apiResults | The message from the API | |
return | System |
public SentenceTaggingResponse ( List |
||
sentences | List |
|
responseHeaders | string>.Dictionary | |
content | object>.Dictionary | |
contentAsJson | string | |
return | System |