Class ArgumentDefinition (0.1.0)

ArgumentDefinition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines an argument to an operator.

Used for both inputs and outputs.

Attributes

Name Description
argument str
The name of the argument. Tentatively a-z <[_a-z0-9]*[a-z0-9]>__?, e.g., video, audio, high_fps_frame.
type_ str
The data type of the argument. This should match the textual representation of a stream/Packet type.