id property

  1. @TagNumber.new(1)
String get id

ID of the annotation. It must be unique when used in the certain context. For example, all the annotations to one input streams of a Vision AI application.

Implementation

@$pb.TagNumber(1)
$core.String get id => $_getSZ(0);
  1. @TagNumber.new(1)
set id (String v)

Implementation

@$pb.TagNumber(1)
set id($core.String v) {
  $_setString(0, v);
}