public sealed class AnnotationSpec : IMessage<AnnotationSpec>, IEquatable<AnnotationSpec>, IDeepCloneable<AnnotationSpec>, IBufferMessage, IMessage
Container of information related to one possible annotation that can be used
in a labeling task. For example, an image classification task where images
are labeled as dog or cat must reference an AnnotationSpec for dog and
an AnnotationSpec for cat.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["AnnotationSpec is a class that defines a possible annotation used in a labeling task, such as labeling images as `dog` or `cat`."],["This class implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the Object class."],["The AnnotationSpec class has a default constructor and a constructor that takes another AnnotationSpec object as a parameter for easy cloning."],["It contains properties for `Description` (a user-provided description up to 10,000 characters) and `DisplayName` (the annotation's display name, limited to 64 characters)."],["The latest version available is `2.0.0-beta05`, while other versions such as `2.0.0-beta04` and `1.0.0-beta03` are also listed."]]],[]]