PoseDetectorOptions.PerformanceMode

public static abstract @interface PoseDetectorOptions.PerformanceMode implements Annotation

Defines options to control accuracy / speed trade-offs in performing pose detection. In general, choosing the more accurate mode will generally result in longer runtime, whereas choosing the faster mode may result in less accurate detections.

PerformanceMode constants - enumeration of supported performance modes:

  1. PERFORMANCE_MODE_FAST
  2. PERFORMANCE_MODE_ACCURATE

Inherited Method Summary