次の方法で共有


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