ClassificationCategory3 Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. ClassificationCategory3
- com.
public class ClassificationCategory3
The category3 score details of the text. <a href="https://aka.ms/textClassifyCategories">Click here</a> for more details on category classification.
Method Summary
Modifier and Type | Method and Description |
---|---|
Double |
score()
Get the score value. |
Classification |
withScore(Double score)
Set the score value. |
Method Details
score
public Double score()
Get the score value.
Returns:
the score value
withScore
public ClassificationCategory3 withScore(Double score)
Set the score value.
Parameters:
score
- the score value to set
Returns:
the ClassificationCategory3 object itself.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java