次の方法で共有


ClassificationCategory1 クラス

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.ClassificationCategory1

public class ClassificationCategory1

テキストの category1 スコアの詳細。 <a href="https://aka.ms/textClassifyCategories">カテゴリ分類の詳細については、ここをクリックしてください<>。

メソッドの概要

修飾子と型 メソッドと説明
Double score()

スコア値を取得します。

ClassificationCategory1 withScore(Double score)

スコア値を設定します。

メソッドの詳細

score

public Double score()

スコア値を取得します。

Returns:

スコア値

withScore

public ClassificationCategory1 withScore(Double score)

スコア値を設定します。

Parameters:

score - 設定するスコア値

Returns:

ClassificationCategory1 オブジェクト自体。

適用対象