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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java