Type alias SegmentationAnalyzerDescription
SegmentationAnalyzerDescription: GenericAnalyzerDescription & { properties: { break: "all" | "alpha" | "graphic"; case: "lower" | "upper" | "none"; }; type: "segmentation"; } Type declaration
properties: {
break: "all" | "alpha" | "graphic";
case: "lower" | "upper" | "none";
}
break: "all" | "alpha" | "graphic"
case: "lower" | "upper" | "none"
type: "segmentation"
An object describing a Segmentation Analyzer