Gemini Enterprise for Customer Experience v1beta API - Class TestPersonaVoiceResponse (1.0.0-beta01)

public sealed class TestPersonaVoiceResponse : IMessage<TestPersonaVoiceResponse>, IEquatable<TestPersonaVoiceResponse>, IDeepCloneable<TestPersonaVoiceResponse>, IBufferMessage, IMessage

Reference 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].

Inheritance

object > TestPersonaVoiceResponse

Namespace

Google.Cloud.Ces.V1Beta

Assembly

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