Skip to content

Commit 7943167

Browse files
1 parent b29ba1a commit 7943167

13 files changed

+13
-13
lines changed

docs/source/includes/tags/audio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
| [decoder] | <code>string</code> | <code>&quot;webaudio&quot;</code> | Decoder type to use to decode audio data. (`"webaudio"` or `"ffmpeg"`) |
1717
| [player] | <code>string</code> | <code>&quot;html5&quot;</code> | Player type to use to play audio data. (`"html5"` or `"webaudio"`) |
1818

19-
### Sample Results JSON
19+
### Result parameters
2020

2121
| Name | Type | Description |
2222
| --- | --- | --- |

docs/source/includes/tags/brush.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| [smart] | <code>boolean</code> | | Show smart tool for interactive pre-annotations |
1111
| [smartOnly] | <code>boolean</code> | | Only show smart tool for interactive pre-annotations |
1212

13-
### Sample Results JSON
13+
### Result parameters
1414

1515
| Name | Type | Description |
1616
| --- | --- | --- |

docs/source/includes/tags/brushlabels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| [maxUsages] | <code>number</code> | | Maximum number of times a label can be used per task |
99
| [showInline] | <code>boolean</code> | <code>true</code> | Show labels in the same visual line |
1010

11-
### Sample Results JSON
11+
### Result parameters
1212

1313
| Name | Type | Description |
1414
| --- | --- | --- |

docs/source/includes/tags/ellipselabels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| [strokeWidth] | <code>number</code> | <code>1</code> | Width of stroke |
1414
| [canRotate] | <code>boolean</code> | <code>true</code> | Show or hide rotation option |
1515

16-
### Sample Results JSON
16+
### Result parameters
1717

1818
| Name | Type | Description |
1919
| --- | --- | --- |

docs/source/includes/tags/hypertext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
| [showLabels] | <code>boolean</code> | | Whether or not to show labels next to the region; unset (by default) — use editor settings; true/false — override settings |
1515
| [granularity] | <code>symbol</code> \| <code>word</code> \| <code>sentence</code> \| <code>paragraph</code> | | Control region selection granularity |
1616

17-
### Sample Results JSON
17+
### Result parameters
1818

1919
| Name | Type | Description |
2020
| --- | --- | --- |

docs/source/includes/tags/hypertextlabels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| [maxUsages] | <code>number</code> | | Maximum number of times a label can be used per task |
99
| [showInline] | <code>boolean</code> | <code>true</code> | Show labels in the same visual line |
1010

11-
### Sample Results JSON
11+
### Result parameters
1212

1313
| Name | Type | Description |
1414
| --- | --- | --- |

docs/source/includes/tags/keypointlabels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
| [strokeWidth] | <code>number</code> | <code>1</code> | Width of the stroke |
1212
| [snap] | <code>pixel</code> \| <code>none</code> | <code>none</code> | Snap keypoint to image pixels |
1313

14-
### Sample Results JSON
14+
### Result parameters
1515

1616
| Name | Type | Description |
1717
| --- | --- | --- |

docs/source/includes/tags/magicwand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| [blurradius] | <code>number</code> | <code>5</code> | The edges of a Magic Wand region are blurred and simplified, this is the radius of the blur kernel |
99
| [defaultthreshold] | <code>number</code> | <code>15</code> | When the user initially clicks without dragging, how far a color has to be from the initial selected pixel to also be selected |
1010

11-
### Sample Results JSON
11+
### Result parameters
1212

1313
| Name | Type | Description |
1414
| --- | --- | --- |

docs/source/includes/tags/paragraphs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
| [textKey] | <code>string</code> | <code>&quot;text&quot;</code> | The key field to use for the text |
1515
| [contextScroll] | <code>boolean</code> | <code>false</code> | Turn on contextual scroll mode |
1616

17-
### Sample Results JSON
17+
### Result parameters
1818

1919
| Name | Type | Description |
2020
| --- | --- | --- |

docs/source/includes/tags/polygonlabels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
| [pointStyle] | <code>rectangle</code> \| <code>circle</code> | <code>rectangle</code> | Style of points |
1616
| [snap] | <code>pixel</code> \| <code>none</code> | <code>none</code> | Snap polygon to image pixels |
1717

18-
### Sample Results JSON
18+
### Result parameters
1919

2020
| Name | Type | Description |
2121
| --- | --- | --- |

docs/source/includes/tags/rectanglelabels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| [strokeWidth] | <code>number</code> | <code>1</code> | Width of stroke |
1414
| [canRotate] | <code>boolean</code> | <code>true</code> | Show or hide rotation control. Note that the anchor point in the results is different than the anchor point used when rotating with the rotation tool. For more information, see [Rotation](/templates/image_bbox#Rotation). |
1515

16-
### Sample Results JSON
16+
### Result parameters
1717

1818
| Name | Type | Description |
1919
| --- | --- | --- |

docs/source/includes/tags/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
| [showLabels] | <code>boolean</code> | | Whether or not to show labels next to the region; unset (by default) — use editor settings; true/false — override settings |
1313
| [granularity] | <code>symbol</code> \| <code>word</code> \| <code>sentence</code> \| <code>paragraph</code> | | Control region selection granularity |
1414

15-
### Sample Results JSON
15+
### Result parameters
1616

1717
| Name | Type | Description |
1818
| --- | --- | --- |

docs/source/includes/tags/timelinelabels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| name | <code>string</code> | Name of the element |
66
| toName | <code>string</code> | Name of the video element |
77

8-
### Sample Results JSON
8+
### Result parameters
99

1010
| Name | Type | Description |
1111
| --- | --- | --- |

0 commit comments

Comments
 (0)