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-03-21 UTC."],[[["The latest version of the Google.Cloud.Speech.V1 library is 3.8.0, with multiple previous versions available for reference, ranging back to version 2.2.0."],["The content focuses on the `LanguageCodes` class, which provides a structured hierarchy of supported language codes for the Google Cloud Speech API."],["`LanguageCodes` class uses nested classes to represent language codes as string constants, and acts as a more convenient form of the data listed on the official Google Cloud Speech languages documentation page."],["While regularly updated, the `LanguageCodes` class might not always be fully comprehensive; users are advised to use hard-coded strings for any language codes missing from the class."],["This class inherits from `Object`, with functions such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` available to it."]]],[]]