ClassificationCategory1 Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. ClassificationCategory1
- com.
public class ClassificationCategory1
The category1 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 ClassificationCategory1 withScore(Double score)
Set the score value.
Parameters:
score
- the score value to set
Returns:
the ClassificationCategory1 object itself.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java