次の方法で共有


BodyModelModel クラス

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

public class BodyModelModel

BodyModelModel モデル。

メソッドの概要

修飾子と型 メソッドと説明
String dataRepresentation()

dataRepresentation 値を取得します。

String value()

値を取得します。

BodyModelModel withDataRepresentation(String dataRepresentation)

dataRepresentation 値を設定します。

BodyModelModel withValue(String value)

値を設定します。

メソッドの詳細

dataRepresentation

public String dataRepresentation()

dataRepresentation 値を取得します。

Returns:

dataRepresentation 値

value

public String value()

値を取得します。

Returns:

値の値

withDataRepresentation

public BodyModelModel withDataRepresentation(String dataRepresentation)

dataRepresentation 値を設定します。

Parameters:

dataRepresentation - 設定する dataRepresentation 値

Returns:

BodyModelModel オブジェクト自体。

withValue

public BodyModelModel withValue(String value)

値を設定します。

Parameters:

value - 設定する値

Returns:

BodyModelModel オブジェクト自体。

適用対象