Package com.mypurecloud.sdk.v2.model
Class OutlierInfo
java.lang.Object
com.mypurecloud.sdk.v2.model.OutlierInfo
- All Implemented Interfaces:
Serializable
OutlierInfo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetScore()inthashCode()Boolean to identify if an outlier or not.Outlier score for this utterance.voidsetOutlier(Boolean outlier) voidtoString()
-
Constructor Details
-
OutlierInfo
public OutlierInfo() -
OutlierInfo
-
-
Method Details
-
outlier
Boolean to identify if an outlier or not. -
getOutlier
-
setOutlier
-
score
Outlier score for this utterance. The score is always 0 or greater and higher the score, the more outlier. -
getScore
-
setScore
-
equals
-
hashCode
public int hashCode() -
toString
-