Address 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Address
- com.
public class Address
地址详细信息。
方法摘要
| 修饰符和类型 | 方法和描述 |
|---|---|
| Integer |
index()
获取索引值。 |
| String |
text()
获取文本值。 |
| Address |
withIndex(Integer index)
设置索引值。 |
| Address |
withText(String text)
设置文本值。 |
方法详细信息
index
public Integer index()
获取索引值。
Returns:
索引值
text
public String text()
获取文本值。
Returns:
文本值
withIndex
public Address withIndex(Integer index)
设置索引值。
Parameters:
index
- 要设置的索引值
Returns:
Address 对象本身。
withText
public Address withText(String text)
设置文本值。
Parameters:
text
- 要设置的文本值
Returns:
Address 对象本身。