Cloud Speech-to-Text v2 API - Class LocationsMetadata (1.3.0)

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

Inheritance

object > LocationsMetadata

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

LocationsMetadata()

public LocationsMetadata()

LocationsMetadata(LocationsMetadata)

public LocationsMetadata(LocationsMetadata other)
Parameter
Name Description
other LocationsMetadata

Properties

AccessMetadata

public AccessMetadata AccessMetadata { get; set; }

Information about access metadata for the region and given project.

Property Value
Type Description
AccessMetadata

Languages

public LanguageMetadata Languages { get; set; }

Information about available locales, models, and features represented in the hierarchical structure of locales -> models -> features

Property Value
Type Description
LanguageMetadata