comment

Description of the "darwin dataset comment" option from the CLI

The comment feature allows you to add a comment to a DatasetItem.

$ darwin dataset comment cars ferrari-laferrari.jpg --text "This is a really awesome car" --x 0 --y 0 --w 200 --h 200
Comment added successfully!

Positional arguments:

  • dataset: Remote Dataset name.
  • file: File to comment.

Optional arguments:

  • --text: The text of the comment
  • --x: the left X position of the comment box
  • --y: the top Y position of the comment box
  • --w: the width of the comment box
  • --h: the height of the comment box

Watch it in action!


Next up

Having trouble understanding the docs? Have a refresh on V7 Concepts!