public sealed class LanguageMetadata : IMessage<LanguageMetadata>, IEquatable<LanguageMetadata>, IDeepCloneable<LanguageMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class LanguageMetadata.
The metadata about locales available in a given region. Currently this is
just the models that are available for each locale
[[["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 `LanguageMetadata` class in the Google Cloud Speech-to-Text v2 API provides metadata about locales available in a given region."],["The latest version of the `LanguageMetadata` class is 1.4.0, with previous versions including 1.3.0, 1.2.0, 1.1.0, and 1.0.0 also available."],["`LanguageMetadata` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` along with inheriting members from the `object` class."],["The `LanguageMetadata` class contains a `Models` property, which is a map of locales to available models."],["The `LanguageMetadata` class has two public constructors: a default one `LanguageMetadata()` and one that takes another instance of `LanguageMetadata` as a parameter `LanguageMetadata(LanguageMetadata other)`."]]],[]]