Class ModuleConfiguration.FaceMatchConfiguration
-
- All Implemented Interfaces:
public final class ModuleConfiguration.FaceMatchConfiguration extends ModuleConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final FaceMatch.MatchType
matchingType
private final Boolean
enableFaceMatchAnimation
private final IdRank
idRank
-
Constructor Summary
Constructors Constructor Description ModuleConfiguration.FaceMatchConfiguration(FaceMatch.MatchType matchingType, Boolean enableFaceMatchAnimation, IdRank idRank)
-
Method Summary
Modifier and Type Method Description final FaceMatch.MatchType
getMatchingType()
final Boolean
getEnableFaceMatchAnimation()
final IdRank
getIdRank()
-
-
Constructor Detail
-
ModuleConfiguration.FaceMatchConfiguration
ModuleConfiguration.FaceMatchConfiguration(FaceMatch.MatchType matchingType, Boolean enableFaceMatchAnimation, IdRank idRank)
-
-
Method Detail
-
getMatchingType
final FaceMatch.MatchType getMatchingType()
-
getEnableFaceMatchAnimation
final Boolean getEnableFaceMatchAnimation()
-
-
-
-