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."],[[["This document provides reference information for the `LanguageMetadata` class within the Google Cloud Speech-to-Text v2 API."],["`LanguageMetadata` contains metadata about available locales in a region, including the available models for each locale."],["The `LanguageMetadata` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `Models` property, a `MapField`, maps locale language codes to their corresponding `ModelMetadata`, representing the models available for that locale."],["This reference documentation covers version 1.3.0 of the Google.Cloud.Speech.V2 API with the latest version available being 1.4.0."]]],[]]