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