Show / Hide Table of Contents

Class GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionError

An audio file transcription specific error.

Inheritance
object
GoogleCloudNotebooklmV1alphaFailureReasonAudioTranscriptionError
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX