Class EvaluationPersonaSpeechConfig
Configuration for Text-to-Speech generation.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class EvaluationPersonaSpeechConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Environment
Optional. The simulated audio environment.
Declaration
[JsonProperty("environment")]
public virtual string Environment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SpeakingRate
Optional. The speaking rate. 1.0 is normal. Lower is slower (e.g., 0.8), higher is faster (e.g., 1.5). Useful for testing how the agent handles fast talkers.
Declaration
[JsonProperty("speakingRate")]
public virtual double? SpeakingRate { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
VoiceId
Optional. The specific voice identifier/accent to use. Example: "en-US-Wavenet-D" or "en-GB-Standard-A"
Declaration
[JsonProperty("voiceId")]
public virtual string VoiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |