Type Definitions
ioCallback(json)
Callback server call
Parameters:
| Name | Type | Description |
|---|---|---|
json |
ioCallJsonResult | Server json result. |
- Source:
ioCallJsonResult
Server json result.
Type:
- Object
Properties:
| Name | Type | Description |
|---|---|---|
tweet |
string | tweet text |
chosen |
string | chosen annotation, if none: empty string |
success |
boolean | success of call |
hasNext |
boolean | there is a next tweet for annotation |
hasPrevious |
boolean | there is a previous tweet for annotation |
countTweets |
number | how many tweet exists for annotation |
currentTweetNum |
number | the id of current tweet |
countAnnotatedTweets |
number | how many are already annotated |
- Source: