LabelAnnotationCollection

public class LabelAnnotationCollection : Item

A group of annotations. This could be used for making a collection of annotations to share for ML training.

  • Undocumented

    Declaration

    Swift

    var annotations: [LabelAnnotation]? { get }
  • Undocumented

    Declaration

    Swift

    public required convenience init(from decoder: Decoder) throws