Class UploadEvaluationAudioResponse
Response message for EvaluationService.UploadEvaluationAudio.
Implements
Inherited Members
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 |