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

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

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class UploadEvaluationAudioResponse.

Response message for [EvaluationService.UploadEvaluationAudio][google.cloud.ces.v1beta.EvaluationService.UploadEvaluationAudio].

Inheritance

object > UploadEvaluationAudioResponse

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

UploadEvaluationAudioResponse()

public UploadEvaluationAudioResponse()

UploadEvaluationAudioResponse(UploadEvaluationAudioResponse)

public UploadEvaluationAudioResponse(UploadEvaluationAudioResponse other)
Parameter
Name Description
other UploadEvaluationAudioResponse

Properties

AudioDuration

public Duration AudioDuration { get; set; }

The duration of the audio.

Property Value
Type Description
Duration

AudioGcsUri

public string AudioGcsUri { get; set; }

The Google Cloud Storage URI where the uploaded audio file is stored. Format: gs://<bucket-name>/<object-name>

Property Value
Type Description
string

AudioTranscript

public string AudioTranscript { get; set; }

The transcribed text from the audio, generated by Cloud Speech-to-Text.

Property Value
Type Description
string