- Enclosing class:
- ClassifyOptions
public static interface ClassifyOptions.AcceptLanguage
Specifies the language of the output class names. Can be `en` (English), `ar` (Arabic), `de` (German), `es`
(Spanish), `it` (Italian), `ja` (Japanese), or `ko` (Korean). Classes for which no translation is available are
omitted. The response might not be in the specified language under these conditions:
- English is returned when the requested language is not supported.
- Classes are not returned when there is no translation for them.
- Custom classifiers returned with this method return tags in the language of the custom classifier.