Show / Hide Table of Contents

Class UploadEvaluationAudioResponse

Response message for EvaluationService.UploadEvaluationAudio.

Inheritance
object
UploadEvaluationAudioResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class UploadEvaluationAudioResponse : IDirectResponseSchema

Properties

AudioGcsUri

The Google Cloud Storage URI where the uploaded audio file is stored. Format: gs:///

Declaration
[JsonProperty("audioGcsUri")]
public virtual string AudioGcsUri { get; set; }
Property Value
Type Description
string

Duration

The duration of the audio.

Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Transcript

The transcript of the audio, generated by Cloud Speech-to-Text.

Declaration
[JsonProperty("transcript")]
public virtual string Transcript { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX