Struct AsyncAnnotation
A handle to an async annotation, used to report values for an annotation after the frame for the annotation has past. See ReportAnnotationAsync(AnnotationDefinition)
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public struct AsyncAnnotation
Fields
Name | Description |
---|---|
Annotation | The annotation associated with this AsyncAnnotation. Can be used to report metrics on the annotation. |
Properties
Name | Description |
---|---|
IsPending | True if neither ReportValues<T>(T[]) nor ReportFile(string) have been called. |
IsValid | True if the annotation is generated by the currently running simulation. |
Methods
Name | Description |
---|---|
ReportFile(string) | Report a file-based data for this annotation. |
ReportValues<T>(T[]) | Report a value-based data for this annotation. |