AI-generated Key Takeaways
- 
          ImageLabelerOptions provides options for ImageLabeler using the default model. 
- 
          ImageLabelerOptions includes a nested Builder class for creating instances of ImageLabelerOptions. 
- 
          A static final field, DEFAULT_OPTIONS, provides the default ImageLabelerOptions instance. 
- 
          ImageLabelerOptions inherits methods like equals and hashCode from its base class and java.lang.Object. 
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().
