Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
ClassifyTextResponse |
ClassifyTextResponse.clone() |
ClassifyTextResponse |
ClassifyTextResponse.set(String fieldName,
Object value) |
ClassifyTextResponse |
ClassifyTextResponse.setCategories(List<ClassificationCategory> categories)
Categories representing the input document.
|
ClassifyTextResponse |
ClassifyTextResponse.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.
|
ClassifyTextResponse |
ClassifyTextResponse.setLanguageSupported(Boolean languageSupported)
Whether the language is officially supported.
|
Copyright © 2011–2025 Google. All rights reserved.