LanguagesEnum

enum LanguagesEnum {
  Any = 0,
  Unspecified = 1,
  English = 2,
  Japanese = 3,
  Chinese = 4,
  Instrumental = 5,
  Korean = 6,
  French = 7,
  German = 8,
  Swedish = 9,
  Spanish = 10,
  Italian = 11,
  Russian = 12,
  Polish = 13,
  Other = 14
}

Notice that something is missing? Found a typo? Think something's incomplete? Or think that something can be explained better? Feel free to open a pull request or submit an issue on the library's Github repository .