Dialogflow v3 API - Class SpeechProcessingMetadata (3.1.0)

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

Reference documentation and code samples for the Dialogflow v3 API class SpeechProcessingMetadata.

Metadata of the speech-to-text and text-to-speech processing.

Inheritance

object > SpeechProcessingMetadata

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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