Class SpoofDetectionResults
-
- All Implemented Interfaces:
@Serializable() public final class SpoofDetectionResults
-
-
Field Summary
Fields Modifier and Type Field Description private final List<SpoofDetectionCheckResult>checkResultsprivate final List<SpoofDetectionMediaQualityResult>mediaQualityResultsprivate final SpoofDetectionOptionsoptionsprivate final SpoofDetectionMethodmethodprivate final IntegererrorCodeprivate final StringerrorMessage
-
Constructor Summary
Constructors Constructor Description SpoofDetectionResults(List<SpoofDetectionCheckResult> checkResults, List<SpoofDetectionMediaQualityResult> mediaQualityResults, SpoofDetectionOptions options, SpoofDetectionMethod method, Integer errorCode, String errorMessage)
-
Method Summary
Modifier and Type Method Description final List<SpoofDetectionCheckResult>getCheckResults()final List<SpoofDetectionMediaQualityResult>getMediaQualityResults()final SpoofDetectionOptionsgetOptions()final SpoofDetectionMethodgetMethod()final IntegergetErrorCode()final StringgetErrorMessage()-
-
Constructor Detail
-
SpoofDetectionResults
SpoofDetectionResults(List<SpoofDetectionCheckResult> checkResults, List<SpoofDetectionMediaQualityResult> mediaQualityResults, SpoofDetectionOptions options, SpoofDetectionMethod method, Integer errorCode, String errorMessage)
-
-
Method Detail
-
getCheckResults
final List<SpoofDetectionCheckResult> getCheckResults()
-
getMediaQualityResults
final List<SpoofDetectionMediaQualityResult> getMediaQualityResults()
-
getOptions
final SpoofDetectionOptions getOptions()
-
getMethod
final SpoofDetectionMethod getMethod()
-
getErrorCode
final Integer getErrorCode()
-
getErrorMessage
final String getErrorMessage()
-
-
-
-