Function: getSegmentationRepresentationsBySegmentationId()
getSegmentationRepresentationsBySegmentationId(
segmentationId
):object
[]
Retrieves the segmentation representations associated with a given segmentation ID.
Parameters
• segmentationId: string
The unique identifier for the segmentation.
Returns
object
[]
An array of SegmentationRepresentation
objects associated with the specified segmentation ID.
Defined in
tools/src/stateManagement/segmentation/getSegmentationRepresentation.ts:73