Variable QualityListConflictsTypeEnumConst
QualityListConflictsTypeEnum: {
CoveredAnnotation: "covered_annotation";
ExtraAnnotation: "extra_annotation";
LowOverlap: "low_overlap";
MismatchingAttributes: "mismatching_attributes";
MismatchingDirection: "mismatching_direction";
MismatchingGroups: "mismatching_groups";
MismatchingLabel: "mismatching_label";
MissingAnnotation: "missing_annotation";
} = ...
Type declaration
-
Readonly
CoveredAnnotation: "covered_annotation"
-
Readonly
ExtraAnnotation: "extra_annotation"
-
Readonly
LowOverlap: "low_overlap"
-
Readonly
MismatchingAttributes: "mismatching_attributes"
-
Readonly
MismatchingDirection: "mismatching_direction"
-
Readonly
MismatchingGroups: "mismatching_groups"
-
Readonly
MismatchingLabel: "mismatching_label"
-
Readonly
MissingAnnotation: "missing_annotation"
Export