Cloud Speech-to-Text v2 API - Class GetConfigRequest (1.0.0)

public sealed class GetConfigRequest : IMessage<GetConfigRequest>, IEquatable<GetConfigRequest>, IDeepCloneable<GetConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Speech-to-Text v2 API class GetConfigRequest.

Request message for the [GetConfig][google.cloud.speech.v2.Speech.GetConfig] method.

Inheritance

object > GetConfigRequest

Namespace

Google.Cloud.Speech.V2

Assembly

Google.Cloud.Speech.V2.dll

Constructors

GetConfigRequest()

public GetConfigRequest()

GetConfigRequest(GetConfigRequest)

public GetConfigRequest(GetConfigRequest other)
Parameter
NameDescription
otherGetConfigRequest

Properties

ConfigName

public ConfigName ConfigName { get; set; }

ConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
ConfigName

Name

public string Name { get; set; }

Required. The name of the config to retrieve. There is exactly one config resource per project per location. The expected format is projects/{project}/locations/{location}/config.

Property Value
TypeDescription
string