public sealed class LocationsMetadata : IMessage<LocationsMetadata>, IEquatable<LocationsMetadata>, IDeepCloneable<LocationsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class LocationsMetadata.
Main metadata for the Locations API for STT V2. Currently this is just the
metadata about locales, models, and features
[[["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 `LocationsMetadata` class provides metadata for the Cloud Speech-to-Text v2 API, focusing on locales, models, and features."],["This class, `LocationsMetadata`, is part of the `Google.Cloud.Speech.V2` namespace and is found within the `Google.Cloud.Speech.V2.dll` assembly."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["The latest version of the `LocationsMetadata` class is 1.4.0, with older versions available ranging from 1.0.0 to 1.3.0."],["It provides two properties named `AccessMetadata` and `Languages`, which contain metadata regarding access, locales, models, and features, as well as two constructors, one default and one copying from another instance of `LocationsMetadata`."]]],[]]