Class GoogleCloudDialogflowV2StreamingRecognitionResult
Inheritance
GoogleCloudDialogflowV2StreamingRecognitionResult
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2StreamingRecognitionResult : IDirectResponseSchema
Properties
Confidence
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IsFinal
Declaration
[JsonProperty("isFinal")]
public virtual bool? IsFinal { get; set; }
Property Value
LanguageCode
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
MessageType
Declaration
[JsonProperty("messageType")]
public virtual string MessageType { get; set; }
Property Value
SpeechEndOffset
Declaration
[JsonProperty("speechEndOffset")]
public virtual object SpeechEndOffset { get; set; }
Property Value
SpeechWordInfo
Declaration
[JsonProperty("speechWordInfo")]
public virtual IList<GoogleCloudDialogflowV2SpeechWordInfo> SpeechWordInfo { get; set; }
Property Value
Transcript
Declaration
[JsonProperty("transcript")]
public virtual string Transcript { get; set; }
Property Value
Implements