### Parameters
| Param | Type | Description |
| --- | --- | --- |
| name | string | Name of the element |
| toName | string | Name of the video element |
### Result parameters
| Name | Type | Description |
| --- | --- | --- |
| value | Object | |
| value.ranges | Array.<object> | Array of ranges, each range is an object with `start` and `end` properties. One range per region. |
| [value.timelinelabels] | Array.<string> | Regions are created by `TimelineLabels`, and the corresponding label is listed here. |
### Example JSON
```json
{
"value": {
"ranges": [{"start": 3, "end": 5}],
"timelinelabels": ["Moving"]
}
}
```