public class AccuratePoseDetectorOptions extends PoseDetectorOptionsBase
Options for PoseDetector
with models optimized for accuracy.
Nested Class Summary
| class | AccuratePoseDetectorOptions.Builder | Builder for
AccuratePoseDetectorOptions. |
|
Inherited Constant Summary
From class com.google.mlkit.vision.pose.PoseDetectorOptionsBase
| int | CPU | Hardware configuration that uses CPU only. |
| int | CPU_GPU | Hardware configuration that uses both CPU and GPU. |
| int | SINGLE_IMAGE_MODE | This mode is designed for single images where the detection of each image is independent. |
| int | STREAM_MODE | This mode is designed for streaming frames from video or camera. |