Content Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. Content
- com.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java