public class DetectedFaceAttackSupport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
FaceAttackSupport |
attackSupport
Attack support type.
|
int |
score
Confidence score of the detected attack support, in the range [0:100].
|
| Constructor and Description |
|---|
DetectedFaceAttackSupport()
Initializes an empty instance of the DetectedFaceAttackSupport class.
|
DetectedFaceAttackSupport(DetectedFaceAttackSupport detectedFaceAttackSupport)
Initializes a new instance of the DetectedFaceAttackSupport class by copying another DetectedFaceAttackSupport.
|
DetectedFaceAttackSupport(FaceAttackSupport attackSupport,
int score)
Initializes a new instance of the DetectedFaceAttackSupport class from its members.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
public FaceAttackSupport attackSupport
public int score
public DetectedFaceAttackSupport()
public DetectedFaceAttackSupport(FaceAttackSupport attackSupport, int score)
attackSupport - Attack support type.score - Confidence score of the detected attack support, in the range [0:100].public DetectedFaceAttackSupport(DetectedFaceAttackSupport detectedFaceAttackSupport)
detectedFaceAttackSupport - The DetectedFaceAttackSupport to copy.Copyright © id3 Technologies. All rights reserved. eu.id3.face