ContentFragmentDetails
Field | Description | Type | Examples |
---|---|---|---|
*highlights | Topic highlights of content fragment. | array[ContentFragmentTopicHighlight] | |
*language | Language of the content fragment. | string | en fr |
ContentFragmentTopicHighlight
Field | Description | Type | Examples |
---|---|---|---|
*start | Start index of the topic occurrence within the string of parent's ContentFragment.text field. |
int | 8 |
*type | Opinion polarity expressed on the topic occurrence. | string | positive negative |
*end | End index of the topic occurrence within the string of parent's ContentFragment.text field. |
int | 16 |