ImageLabelerOptions

  • ImageLabelerOptions provides configuration settings for the ImageLabeler used for image labeling with the default model.

  • It offers a default configuration via DEFAULT_OPTIONS, which is equivalent to creating an ImageLabelerOptions using the builder with no specific settings.

  • A builder class, ImageLabelerOptions.Builder, is available for customizing the options.

  • This class inherits methods from ImageLabelerOptionsBase and Object for object comparison and general object management.

public class ImageLabelerOptions extends ImageLabelerOptionsBase

Options for ImageLabeler with default model.

Nested Class Summary

class ImageLabelerOptions.Builder Builder of ImageLabelerOptions

Field Summary

public static final ImageLabelerOptions DEFAULT_OPTIONS The default ImageLabelerOptions.

Inherited Method Summary

Fields

public static final ImageLabelerOptions DEFAULT_OPTIONS

The default ImageLabelerOptions.

This is equivalent to new ImageLabelerOptions.Builder().build().