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