ImageLabelerOptions
Inherited Method Summary
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
final Class<?>
|
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String
|
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Fields
public static final
ImageLabelerOptions DEFAULT_OPTIONS
The default ImageLabelerOptions
.
This is equivalent to new ImageLabelerOptions.Builder().build()
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-12-14 UTC.
[null,null,["Last updated 2021-12-14 UTC."],[[["`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."]]],[]]