Language

public enum Language : String

The language identifier (two-letter ISO 639-1 identifier) for the language of the content item. The default is en (English). Regional variants are treated as their parent language; for example, en-US is interpreted as en. A language specified with the Content-Type parameter overrides the value of this parameter; any content items that specify a different language are ignored. Omit the Content-Type parameter to base the language on the most prevalent specification among the content items; again, content items that specify a different language are ignored. You can specify any combination of languages for the input and response content.

  • ar

    Undocumented

    Declaration

    Swift

    case ar = "ar"
  • en

    Undocumented

    Declaration

    Swift

    case en = "en"
  • es

    Undocumented

    Declaration

    Swift

    case es = "es"
  • ja

    Undocumented

    Declaration

    Swift

    case ja = "ja"
  • ko

    Undocumented

    Declaration

    Swift

    case ko = "ko"