Categories

Versions

Data to Annotations (AI Studio Core)

Synopsis

Adds annotations to an object that are extracted from an example set.

Description

The resulting object will be the same as the input but with the annotations extracted from an example set applied.

For a general introduction to annotations please have a look at the help of the Annotate operator.

Input

  • object (IOObject)

    Any type of object can be connected to this port. The annotations will be applied to this object.

  • annotations (Data Table)

    The annotations that should be attached to the object.

Output

  • object with annotations (IOObject)

    The same object as passed to the input port, with changed annotations.

  • annotations (Data table)

    The same annotations as passed to the input port, unchanged.

Parameters

  • key attribute The attribute which contains the names of the annotations to be created. Should be unique.
  • value attribute The attribute which contains the values of the annotations to be created. If a value is missing, the respective annotation will be removed.
  • duplicate annotations Indicates what should happen if duplicate annotation names are specified.
    • overwrite: If this option is selected, the values existing annotations will be simply overwritten.
    • ignore: If this option is selected, duplicate annotations are ignored and the value of the original annotation is kept.
    • error: If this option is selected, an error is displayed and the process stops if duplicate annotation names are found.

Tutorial Processes

Annotating an object from a data set

A new data set is created and applied as annotations to the Golf data set.