Class GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionError
An audio file transcription specific error.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionError : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageDetectionFailed
Could not detect language of the file (it may not be speech).
Declaration
[JsonProperty("languageDetectionFailed")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionErrorLanguageDetectionFailed LanguageDetectionFailed { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionErrorLanguageDetectionFailed |
NoAudioDetected
No audio was detected in the input file (it may have been a video).
Declaration
[JsonProperty("noAudioDetected")]
public virtual GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionErrorNoAudioDetected NoAudioDetected { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionErrorNoAudioDetected |