Language
public enum Language : String
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.
-
Undocumented
Declaration
Swift
case ar = "ar"
-
Undocumented
Declaration
Swift
case en = "en"
-
Undocumented
Declaration
Swift
case fr = "fr"
-
Undocumented
Declaration
Swift
case de = "de"
-
Undocumented
Declaration
Swift
case it = "it"
-
Undocumented
Declaration
Swift
case pt = "pt"
-
Undocumented
Declaration
Swift
case ru = "ru"
-
Undocumented
Declaration
Swift
case es = "es"
-
Undocumented
Declaration
Swift
case sv = "sv"