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