PoseDetectorOptions
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."],[[["`PoseDetectorOptions` provides configurations for the `PoseDetector` with models optimized for speed."],["It inherits options for hardware acceleration (CPU, CPU & GPU) and detection modes (single image, stream) from `PoseDetectorOptionsBase`."],["A builder class, `PoseDetectorOptions.Builder`, is available to create instances of `PoseDetectorOptions`."]]],["`PoseDetectorOptions` configures the `PoseDetector` for speed-optimized models. It has a `Builder` class for creation. Key constants include `CPU` and `CPU_GPU` for hardware configurations, and `SINGLE_IMAGE_MODE` and `STREAM_MODE` for processing types. Inherited methods include `equals`, `hashCode`, and `toString` for object comparison, hash generation and string representation respectively. The Class also inherit other functions like clone, getClass and wait.\n"]]