public abstract class Segmentation extends Object

Represents the segmentation result of an ImageSegmenter.

Public Constructor Summary

Public Method Summary

abstract List<ColoredLabel>
abstract List<TensorImage>
abstract OutputType

Inherited Method Summary

Public Constructors

public Segmentation ()

Public Methods

public abstract List<ColoredLabel> getColoredLabels ()

public abstract List<TensorImage> getMasks ()

public abstract OutputType getOutputType ()