public sealed class CustomPromptConfig : IMessage<CustomPromptConfig>, IEquatable<CustomPromptConfig>, IDeepCloneable<CustomPromptConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Speech-to-Text v2 API class CustomPromptConfig.
Configuration to enable custom prompt in chirp3.
Implements
IMessageCustomPromptConfig, IEquatableCustomPromptConfig, IDeepCloneableCustomPromptConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Constructors
CustomPromptConfig()
public CustomPromptConfig()CustomPromptConfig(CustomPromptConfig)
public CustomPromptConfig(CustomPromptConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomPromptConfig |
Properties
CustomPrompt
public string CustomPrompt { get; set; }Optional. The custom instructions to override the existing instructions for chirp3.
| Property Value | |
|---|---|
| Type | Description |
string |
|