Class GoogleCloudAiplatformV1AudioTranscriptionConfig
Configuration for speech recognition (transcription).
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1AudioTranscriptionConfig : IDirectResponseSchema
Properties
AdaptationPhrases
Optional. A list of phrases to bias the ASR model towards.
Declaration
[JsonProperty("adaptationPhrases")]
public virtual IList<string> AdaptationPhrases { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
CustomVocabulary
Optional. A list of custom vocabulary phrases to bias the speech recognition model toward recognizing specific terms.
Declaration
[JsonProperty("customVocabulary")]
public virtual IList<string> CustomVocabulary { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Diarization
Optional. Configures speaker diarization.
Declaration
[JsonProperty("diarization")]
public virtual bool? Diarization { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageAuto
Optional. The model will detect the language automatically.
Declaration
[JsonProperty("languageAuto")]
public virtual GoogleCloudAiplatformV1AudioTranscriptionConfigLanguageAuto LanguageAuto { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1AudioTranscriptionConfigLanguageAuto |
LanguageHints
Optional. Specifies one or more languages in the audio.
Declaration
[JsonProperty("languageHints")]
public virtual GoogleCloudAiplatformV1AudioTranscriptionConfigLanguageHints LanguageHints { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1AudioTranscriptionConfigLanguageHints |
WordTimestamp
Optional. Configures word-level timestamp generation.
Declaration
[JsonProperty("wordTimestamp")]
public virtual bool? WordTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |