Skip to main content

Type Alias: SegmentationPublicInput

SegmentationPublicInput: object

Type declaration​

config?​

optional config: object

config.cachedStats?​

optional cachedStats: object

Index Signature​

[key: string]: unknown

config.fallbackLabel?​

optional fallbackLabel: string

config.label?​

optional label: string

config.labelIsGenerated?​

optional labelIsGenerated: boolean

See Segmentation.labelIsGenerated.

config.predecessorImageId?​

optional predecessorImageId: string

See Segmentation.predecessorImageId.

config.segmentOrder?​

optional segmentOrder: number[]

config.segments?​

optional segments: object

Index Signature​

[segmentIndex: number]: Partial<Segment>

representation​

representation: object

representation.data?​

optional data: RepresentationData

representation.type​

type: SegmentationRepresentations

segmentationId​

segmentationId: string

Defined in​

tools/src/types/SegmentationStateTypes.ts:136