次の方法で共有


DetectedTerms クラス

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

public class DetectedTerms

条件の詳細が検出されました。

メソッドの概要

修飾子と型 メソッドと説明
Integer index()

インデックス値を取得します。

Integer listId()

listId 値を取得します。

Integer originalIndex()

originalIndex 値を取得します。

String term()

用語値を取得します。

DetectedTerms withIndex(Integer index)

インデックス値を設定します。

DetectedTerms withListId(Integer listId)

listId 値を設定します。

DetectedTerms withOriginalIndex(Integer originalIndex)

originalIndex 値を設定します。

DetectedTerms withTerm(String term)

用語値を設定します。

メソッドの詳細

index

public Integer index()

インデックス値を取得します。

Returns:

インデックス値

listId

public Integer listId()

listId 値を取得します。

Returns:

listId 値

originalIndex

public Integer originalIndex()

originalIndex 値を取得します。

Returns:

originalIndex 値

term

public String term()

用語値を取得します。

Returns:

用語値

withIndex

public DetectedTerms withIndex(Integer index)

インデックス値を設定します。

Parameters:

index - 設定するインデックス値

Returns:

DetectedTerms オブジェクト自体。

withListId

public DetectedTerms withListId(Integer listId)

listId 値を設定します。

Parameters:

listId - 設定する listId 値

Returns:

DetectedTerms オブジェクト自体。

withOriginalIndex

public DetectedTerms withOriginalIndex(Integer originalIndex)

originalIndex 値を設定します。

Parameters:

originalIndex - 設定する originalIndex 値

Returns:

DetectedTerms オブジェクト自体。

withTerm

public DetectedTerms withTerm(String term)

用語値を設定します。

Parameters:

term - 設定する用語値

Returns:

DetectedTerms オブジェクト自体。

適用対象