AI-generated Key Takeaways
-
ImageLabelerOptions
provides configuration settings for theImageLabeler
used for image labeling with the default model. -
It offers a default configuration via
DEFAULT_OPTIONS
, which is equivalent to creating anImageLabelerOptions
using the builder with no specific settings. -
A builder class,
ImageLabelerOptions.Builder
, is available for customizing the options. -
This class inherits methods from
ImageLabelerOptionsBase
andObject
for object comparison and general object management.
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()
.