Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
ModerateTextResponse |
ModerateTextResponse.clone() |
ModerateTextResponse |
ModerateTextResponse.set(String fieldName,
Object value) |
ModerateTextResponse |
ModerateTextResponse.setLanguageCode(String languageCode)
The language of the text, which will be the same as the language specified in the request or,
if not specified, the automatically-detected language.
|
ModerateTextResponse |
ModerateTextResponse.setLanguageSupported(Boolean languageSupported)
Whether the language is officially supported.
|
ModerateTextResponse |
ModerateTextResponse.setModerationCategories(List<ClassificationCategory> moderationCategories)
Harmful and sensitive categories representing the input document.
|
Copyright © 2011–2025 Google. All rights reserved.