luxlabs header browser preview


@interface VNDetectFaceGazeRequestConfiguration : VNImageBasedRequestConfiguration

@property (nonatomic) float gazeHeatMapThreshold;
@property (nonatomic) float minimumFaceDimension;
@property (nonatomic) float commonGazeLocationRadius;
@property (nonatomic) BOOL resolveSomewhereElseDirection;

- (id)initWithRequestClass:(Class)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end