你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Terms Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Terms

public class Terms

Terms properties.

Method Summary

Modifier and Type Method and Description
TermsData data()

Get the data value.

TermsPaging 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