Email Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Email
- com.
public class Email
Email Address details.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
detected()
Get the detected value. |
Integer |
index()
Get the index value. |
String |
subType()
Get the subType value. |
String |
text()
Get the text value. |
withDetected(String detected)
Set the detected value. |
|
withIndex(Integer index)
Set the index value. |
|
withSubType(String subType)
Set the subType value. |
|
withText(String text)
Set the text value. |
Method Details
detected
public String detected()
Get the detected value.
Returns:
index
public Integer index()
Get the index value.
Returns:
subType
public String subType()
Get the subType value.
Returns:
text
public String text()
Get the text value.
Returns:
withDetected
public Email withDetected(String detected)
Set the detected value.
Parameters:
Returns:
withIndex
public Email withIndex(Integer index)
Set the index value.
Parameters:
Returns:
withSubType
public Email withSubType(String subType)
Set the subType value.
Parameters:
Returns:
withText
public Email withText(String text)
Set the text value.
Parameters:
Returns: