public sealed class UploadEvaluationAudioResponse : IMessage<UploadEvaluationAudioResponse>, IEquatable<UploadEvaluationAudioResponse>, IDeepCloneable<UploadEvaluationAudioResponse>, IBufferMessage, IMessageReference 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].
Implements
IMessageUploadEvaluationAudioResponse, IEquatableUploadEvaluationAudioResponse, IDeepCloneableUploadEvaluationAudioResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
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 |
|