TermsData Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. TermsData
- com.
public class TermsData
All term Id response properties.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
language()
Get the language value. |
Status |
status()
Get the status value. |
List<Terms |
terms()
Get the terms value. |
String |
trackingId()
Get the trackingId value. |
Terms |
withLanguage(String language)
Set the language value. |
Terms |
withStatus(Status status)
Set the status value. |
Terms |
withTerms(List<TermsInList> terms)
Set the terms value. |
Terms |
withTrackingId(String trackingId)
Set the trackingId value. |
Method Details
language
public String language()
Get the language value.
Returns:
status
public Status status()
Get the status value.
Returns:
terms
public List
Get the terms value.
Returns:
trackingId
public String trackingId()
Get the trackingId value.
Returns:
withLanguage
public TermsData withLanguage(String language)
Set the language value.
Parameters:
Returns:
withStatus
public TermsData withStatus(Status status)
Set the status value.
Parameters:
Returns:
withTerms
public TermsData withTerms(List
Set the terms value.
Parameters:
Returns:
withTrackingId
public TermsData withTrackingId(String trackingId)
Set the trackingId value.
Parameters:
Returns:
Applies to
Azure SDK for Java