Skip to content

Commit

Permalink
docs: LSF Update from commit 06fbda811337c7be172e6a32e1486a3f275bac48…
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-actions-bot committed Sep 21, 2023
1 parent 059631a commit b16e91f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions docs/source/tags/paragraphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,3 @@ Labeling configuration to label paragraph regions of text containing dialogue
</ParagraphLabels>
</View>
```
### Example

Sync audio with paragraphs

```html
<View>
<Labels name="lbl-1" toName="audio-1">
<Label value="Guitar" />
<Label value="Drums" />
</Labels>
<Audio name="audio-1" value="$audio" sync="txt-1" />
<Paragraphs audioUrl="$audio" sync="audio-1" name="txt-1" value="$text" layout="dialogue" />
</View>
```
1 change: 0 additions & 1 deletion docs/source/tags/rectanglelabels.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Use with the following data types: image.
| value.width | <code>number</code> | width of the bounding box (0-100) |
| value.height | <code>number</code> | height of the bounding box (0-100) |
| value.rotation | <code>number</code> | rotation degree of the bounding box (deg) |
_Note: rotation is around the value.x and value.y, not around the center of the BBox._

### Example JSON
```json
Expand Down

0 comments on commit b16e91f

Please sign in to comment.