public static abstract @interface ObjectDetectorOptionsBase.DetectorMode implements
Annotation
ObjectDetectorOptionsBase.DetectorMode
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 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[],["`ObjectDetectorOptionsBase.DetectorMode` is an abstract interface defining the detection mode for image analysis, implementing the `Annotation` interface. It distinguishes between single image detection and streaming detection. Inherited methods from `Annotation` include `annotationType()`, `equals(Object)`, `hashCode()`, and `toString()`, which provide standard functionality for annotations, such as determining the annotation type, comparing for equality, generating hash codes, and representing the annotation as a string.\n"],null,[]]