Skip to content

SegmentationResult

SegmentationResult

A SegmentationResult is the pairing of a Segment with its region index

segment

The actual segment

Type: Segment!

regionIndex

The index of the region in the provided regions array that contains the segment. Only applicable if regions was specified in the original query.

Type: Int