PortraitProcessor.padAttackSupportThreshold Property¶
Module: PortraitProcessor
Type: int
Definition¶
Threshold of the attack support PAD method.
Hint
Default value is 10.
pad_attack_support_threshold: int
Exceptions
An error has occurred during Face Library execution.
int get padAttackSupportThreshold => getPadAttackSupportThreshold();
set padAttackSupportThreshold(int value) => setPadAttackSupportThreshold(value);
Exceptions
An error has occurred during Face Library execution.
public int padAttackSupportThreshold
{
get => GetpadAttackSupportThreshold();
set => SetpadAttackSupportThreshold(ref value);
}
Exceptions
An error has occurred during Face Library execution.
public int getPadAttackSupportThreshold() throws FaceException
public void setPadAttackSupportThreshold(int padAttackSupportThreshold) throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var padAttackSupportThreshold: Int
get {
return Int(try! getPadAttackSupportThreshold())
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FacePortraitProcessor_GetPadAttackSupportThreshold (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, int * padAttackSupportThreshold)
int id3FacePortraitProcessor_SetPadAttackSupportThreshold (ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor, int padAttackSupportThreshold)
Returns