Terms Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Terms
- com.
public class Terms
Terms properties.
Method Summary
Modifier and Type | Method and Description |
---|---|
Terms |
data()
Get the data value. |
Terms |
paging()
Get the paging value. |
Terms |
withData(TermsData data)
Set the data value. |
Terms |
withPaging(TermsPaging paging)
Set the paging value. |
Method Details
data
public TermsData data()
Get the data value.
Returns:
the data value
paging
public TermsPaging paging()
Get the paging value.
Returns:
the paging value
withData
public Terms withData(TermsData data)
Set the data value.
Parameters:
data
- the data value to set
Returns:
the Terms object itself.
withPaging
public Terms withPaging(TermsPaging paging)
Set the paging value.
Parameters:
paging
- the paging value to set
Returns:
the Terms object itself.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java