Class GoogleCloudDialogflowV2beta1SpeechWordInfo
Inheritance
GoogleCloudDialogflowV2beta1SpeechWordInfo
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SpeechWordInfo : IDirectResponseSchema
Properties
Confidence
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EndOffset
Declaration
[JsonProperty("endOffset")]
public virtual object EndOffset { get; set; }
Property Value
StartOffset
Declaration
[JsonProperty("startOffset")]
public virtual object StartOffset { get; set; }
Property Value
Word
Declaration
[JsonProperty("word")]
public virtual string Word { get; set; }
Property Value
Implements