public sealed class TestPersonaVoiceResponse : IMessage<TestPersonaVoiceResponse>, IEquatable<TestPersonaVoiceResponse>, IDeepCloneable<TestPersonaVoiceResponse>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class TestPersonaVoiceResponse.
Response message for [EvaluationService.TestPersonaVoice][google.cloud.ces.v1beta.EvaluationService.TestPersonaVoice].
Implements
IMessageTestPersonaVoiceResponse, IEquatableTestPersonaVoiceResponse, IDeepCloneableTestPersonaVoiceResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
TestPersonaVoiceResponse()
public TestPersonaVoiceResponse()TestPersonaVoiceResponse(TestPersonaVoiceResponse)
public TestPersonaVoiceResponse(TestPersonaVoiceResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
TestPersonaVoiceResponse |
Properties
Audio
public ByteString Audio { get; set; }The audio data bytes of the synthesized voice.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|