Show / Hide Table of Contents

Class CreatePhraseSetRequest

Message sent by the client for the CreatePhraseSet method.

Inheritance
object
CreatePhraseSetRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Speech.v1p1beta1.Data
Assembly: Google.Apis.Speech.v1p1beta1.dll
Syntax
public class CreatePhraseSetRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PhraseSet

Required. The phrase set to create.

Declaration
[JsonProperty("phraseSet")]
public virtual PhraseSet PhraseSet { get; set; }
Property Value
Type Description
PhraseSet

PhraseSetId

Required. The ID to use for the phrase set, which will become the final component of the phrase set's resource name. This value should restrict to letters, numbers, and hyphens, with the first character a letter, the last a letter or a number, and be 4-63 characters.

Declaration
[JsonProperty("phraseSetId")]
public virtual string PhraseSetId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX