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.

  • ar

    Undocumented

    Declaration

    Swift

    case ar = "ar"
  • en

    Undocumented

    Declaration

    Swift

    case en = "en"
  • fr

    Undocumented

    Declaration

    Swift

    case fr = "fr"
  • de

    Undocumented

    Declaration

    Swift

    case de = "de"
  • it

    Undocumented

    Declaration

    Swift

    case it = "it"
  • pt

    Undocumented

    Declaration

    Swift

    case pt = "pt"
  • ru

    Undocumented

    Declaration

    Swift

    case ru = "ru"
  • es

    Undocumented

    Declaration

    Swift

    case es = "es"
  • sv

    Undocumented

    Declaration

    Swift

    case sv = "sv"