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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java