Struct AnnotationDefinition
A metric type, used to define a kind of annotation. RegisterAnnotationDefinition(string, string, string, Guid).
Implements
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public struct AnnotationDefinition : IEquatable<AnnotationDefinition>
Fields
Name | Description |
---|---|
Id | The ID of the annotation type. Used in the json metadata to associate anntations with the type. |
Methods
Name | Description |
---|---|
Equals(object) | Indicates whether this instance and a specified object are equal. |
Equals(AnnotationDefinition) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | Returns the hash code for this instance. |