Class CreatePhraseSetRequest
Message sent by the client for the CreatePhraseSet
method.
Implements
Inherited Members
Namespace: Google.Apis.Speech.v1.Data
Assembly: Google.Apis.Speech.v1.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 |