addAnnotationCategoryAsync
Adds a new AnnotationCategory
.
Signature
addAnnotationCategoryAsync(categoryInput: { label: string; color: AnnotationCategoryColor }): Promise<AnnotationCategory>
Parameters
categoryInput
The label and color of the annotation category.