public class PoseDetectorOptions extends PoseDetectorOptionsBase
  
  
  Options for PoseDetector
      with models optimized for speed.
Nested Class Summary
| class | PoseDetectorOptions.Builder | Builder for PoseDetectorOptions. | |
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. | 
