A helper class forming a hierarchy of supported language codes, via nested classes.
All language codes are eventually represented as string constants. This is simply
a code-convenient form of the table displayed at https://cloud.google.com/speech/docs/languages,
although the data is no longer directly in the HTML.
It is regenerated regularly, but not guaranteed to be complete at any moment in time;
if the language you wish to use is present in the table but not covered here, please use
the listed language code as a hard-coded string until this class catches up.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `LanguageCodes` class provides a structured hierarchy of supported language codes for Google Cloud Speech."],["Language codes are represented as string constants within nested classes, offering a code-convenient format for the table of codes available at the specified URL."],["Version 3.8.0 is the latest release, while multiple prior versions are accessible, ranging down to version 2.2.0."],["The `LanguageCodes` class is not always up-to-date with the official language table and, in cases where a desired language isn't present in the class, users should hard-code the string value until the class is updated."],["The `LanguageCodes` class inherits members and functions from the `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]