Reference documentation and code samples for the Google Cloud Speech v1 API class LanguageCodes.
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 content provides a historical overview of the `LanguageCodes` class within the Google Cloud Speech v1 API, showcasing versions from 2.2.0 up to the latest 3.8.0."],["`LanguageCodes` is a helper class that structures supported language codes within nested classes, offering a code-convenient alternative to the online language table."],["This class represents language codes as string constants, matching the codes found in the Google Cloud Speech language support documentation, but it's acknowledged that this class may not always be fully up-to-date with the language table."],["The content includes inheritance details, showing that `LanguageCodes` inherits from the `Object` class, listing inherited methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]