EnrichmentOptionslanguage Property |
If provided, then do not attempt to detect the language of the input document. Instead, assume the
language is the one specified in this field. You can set this property to work around
unsupported-text-language errors. Supported languages include English, German, French, Italian,
Portuguese, Russian, Spanish and Swedish.Supported language codes are the ISO-639-1, ISO-639-2,
ISO-639-3, and the plain english name of the language (e.g. "russian"). = ['english', 'german',
'french', 'italian', 'portuguese', 'russian', 'spanish', 'swedish', 'en', 'eng', 'de', 'ger', 'deu',
'fr', 'fre', 'fra', 'it', 'ita', 'pt', 'por', 'ru', 'rus', 'es', 'spa', 'sv', 'swe']
Namespace:
IBM.Watson.DeveloperCloud.Services.Discovery.v1
Assembly:
unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public string language { get; set; }
Property Value
Type:
StringSee Also