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:
value
public String value()
获取值。
Returns:
withDataRepresentation
public BodyModelModel withDataRepresentation(String dataRepresentation)
设置 dataRepresentation 值。
Parameters:
Returns:
withValue
public BodyModelModel withValue(String value)
设置值。
Parameters:
Returns: