Class MultiSpeakerMarkup
A collection of turns for multi-speaker synthesis.
Implements
Inherited Members
Namespace: Google.Apis.Texttospeech.v1.Data
Assembly: Google.Apis.Texttospeech.v1.dll
Syntax
public class MultiSpeakerMarkup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Turns
Required. Speaker turns.
Declaration
[JsonProperty("turns")]
public virtual IList<Turn> Turns { get; set; }
Property Value
Type | Description |
---|---|
IList<Turn> |