Class SemanticSegmentationDefinition
Annotation definition for semantic segmentation
Inheritance
SemanticSegmentationDefinition
Syntax
public class SemanticSegmentationDefinition : AnnotationDefinition, IMessageProducer
Fields
spec
Declaration
public IEnumerable<SemanticSegmentationDefinitionEntry> spec
Field Value
Properties
description
The description of the annotation.
Declaration
public override string description { get; }
Property Value
Overrides
modelType
Declaration
public override string modelType { get; }
Property Value
Overrides