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-03-21 UTC."],[[["This webpage provides documentation for the `LanguageCodes` class within the Google Cloud Speech v1 API, specifically within the .NET environment."],["The content lists various versions of the Google Cloud Speech v1 API, ranging from version 2.2.0 up to the latest version 3.8.0, with version 3.6.0 being the current focus."],["`LanguageCodes` is a helper class that provides a structured hierarchy of supported language codes, as string constants, for use with the Google Cloud Speech API."],["The `LanguageCodes` class is derived from the base `object` class and inherits several common methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Users are informed that the language list is updated regularly, and if a specific language is not listed, they should still use the appropriate hard-coded string value."]]],[]]