public sealed class SpeechProcessingMetadata : IMessage<SpeechProcessingMetadata>, IEquatable<SpeechProcessingMetadata>, IDeepCloneable<SpeechProcessingMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class SpeechProcessingMetadata.
Metadata of the speech-to-text and text-to-speech processing.
Implements
IMessageSpeechProcessingMetadata, IEquatableSpeechProcessingMetadata, IDeepCloneableSpeechProcessingMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
SpeechProcessingMetadata()
public SpeechProcessingMetadata()SpeechProcessingMetadata(SpeechProcessingMetadata)
public SpeechProcessingMetadata(SpeechProcessingMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
SpeechProcessingMetadata |
Properties
DisplayName
public string DisplayName { get; set; }Output only. The display name of the speech processing.
| Property Value | |
|---|---|
| Type | Description |
string |
|