Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/tags/control/Brush.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import SeparatedControlMixin from "../../mixins/SeparatedControlMixin";
import { ToolManagerMixin } from "../../mixins/ToolManagerMixin";

/**
* Use the Brush tag for image segmentation tasks where you want to apply a mask or use a brush to draw a region on the image.
* The `Brush` tag is used for image segmentation tasks where you want to apply a mask or use a brush to draw a region on the image.
*
* Use with the following data types: image
* Use with the following data types: image.
* @example
* <!--Basic image segmentation labeling configuration-->
* Basic image segmentation labeling configuration:
* <View>
* <Brush name="labels" toName="image">
* <Label value="Person" />
Expand Down