Class GoogleCloudAiplatformV1AudioTranscriptionConfigLanguageHints
Provides hints to the model about possible languages present in the audio.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1AudioTranscriptionConfigLanguageHints : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageCodes
Required. BCP-47 language codes. At least one must be specified.
Declaration
[JsonProperty("languageCodes")]
public virtual IList<string> LanguageCodes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |