Interface EnrichmentOptions.Language
- Enclosing class:
- EnrichmentOptions
public static interface EnrichmentOptions.Language
ISO 639-1 code indicating the language to use for the analysis. This code overrides the
automatic language detection performed by the service. Valid codes are `ar` (Arabic), `en`
(English), `fr` (French), `de` (German), `it` (Italian), `pt` (Portuguese), `ru` (Russian),
`es` (Spanish), and `sv` (Swedish). **Note:** Not all features support all languages, automatic
detection is recommended.
-
Field Summary
-
Field Details
-
AR
ar.- See Also:
- Constant Field Values
-
EN
en.- See Also:
- Constant Field Values
-
FR
fr.- See Also:
- Constant Field Values
-
DE
de.- See Also:
- Constant Field Values
-
IT
it.- See Also:
- Constant Field Values
-
PT
pt.- See Also:
- Constant Field Values
-
RU
ru.- See Also:
- Constant Field Values
-
ES
es.- See Also:
- Constant Field Values
-
SV
sv.- See Also:
- Constant Field Values
-