BodyModelModel クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. BodyModelModel
- com.
public class BodyModelModel
BodyModelModel モデル。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
String |
dataRepresentation()
dataRepresentation 値を取得します。 |
String |
value()
値を取得します。 |
Body |
withDataRepresentation(String dataRepresentation)
dataRepresentation 値を設定します。 |
Body |
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 オブジェクト自体。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java