你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Email 类

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

public class Email

Email地址详细信息。

方法摘要

修饰符和类型 方法和描述
String detected()

获取检测到的值。

Integer index()

获取索引值。

String subType()

获取 subType 值。

String text()

获取文本值。

Email withDetected(String detected)

设置检测到的值。

Email withIndex(Integer index)

设置索引值。

Email withSubType(String subType)

设置 subType 值。

Email withText(String text)

设置文本值。

方法详细信息

detected

public String detected()

获取检测到的值。

Returns:

检测到的值

index

public Integer index()

获取索引值。

Returns:

索引值

subType

public String subType()

获取 subType 值。

Returns:

subType 值

text

public String text()

获取文本值。

Returns:

文本值

withDetected

public Email withDetected(String detected)

设置检测到的值。

Parameters:

detected - 要设置的检测到的值

Returns:

Email 对象本身。

withIndex

public Email withIndex(Integer index)

设置索引值。

Parameters:

index - 要设置的索引值

Returns:

Email 对象本身。

withSubType

public Email withSubType(String subType)

设置 subType 值。

Parameters:

subType - 要设置的 subType 值

Returns:

Email 对象本身。

withText

public Email withText(String text)

设置文本值。

Parameters:

text - 要设置的文本值

Returns:

Email 对象本身。

适用于