Cloud Speech-to-Text v2 API - Class CustomPromptConfig (1.8.0)

public sealed class CustomPromptConfig : IMessage<CustomPromptConfig>, IEquatable<CustomPromptConfig>, IDeepCloneable<CustomPromptConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Speech-to-Text v2 API class CustomPromptConfig.

Configuration to enable custom prompt in chirp3.

Inheritance

object > CustomPromptConfig

Namespace

Google.Cloud.Speech.V2

Assembly

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