ImageSegmenter.ImageSegmenterOptions

public static abstract class ImageSegmenter.ImageSegmenterOptions

Options for setting up an ImageSegmenter.

Nested Classes

class ImageSegmenter.ImageSegmenterOptions.Builder Builder for ImageSegmenter.ImageSegmenterOptions

Public Constructors

Public Methods

static ImageSegmenter.ImageSegmenterOptions.Builder
abstract BaseOptions
abstract String
abstract int
abstract OutputType

Inherited Methods

Public Constructors

public ImageSegmenterOptions ()

Public Methods

public abstract BaseOptions getBaseOptions ()

public abstract String getDisplayNamesLocale ()

public abstract int getNumThreads ()

public abstract OutputType getOutputType ()