Dela via


Content Class

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

public class Content

The Content model.

Method Summary

Modifier and Type Method and Description
String contentValue()

Get the contentValue value.

Content withContentValue(String contentValue)

Set the contentValue value.

Method Details

contentValue

public String contentValue()

Get the contentValue value.

Returns:

the contentValue value

withContentValue

public Content withContentValue(String contentValue)

Set the contentValue value.

Parameters:

contentValue - the contentValue value to set

Returns:

the Content object itself.

Applies to