Show / Hide Table of Contents

Class RecognizeOperation

The type Recognize Operation.

Inheritance
System.Object
Entity
Operation
RecognizeOperation
Inherited Members
Operation.ClientContext
Operation.Status
Operation.ErrorInfo
Entity.Id
Entity.AdditionalData
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class RecognizeOperation : Operation

Properties

View Source

BargeInAllowed

Gets or sets barge in allowed.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "bargeInAllowed", Required = Required.Default)]
public bool? BargeInAllowed { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Choices

Gets or sets choices.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "choices", Required = Required.Default)]
public IEnumerable<RecognitionOption> Choices { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<RecognitionOption>
View Source

CollectDigits

Gets or sets collect digits.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "collectDigits", Required = Required.Default)]
public CollectDigits CollectDigits { get; set; }
Property Value
Type Description
CollectDigits
View Source

Culture

Gets or sets culture.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "culture", Required = Required.Default)]
public string Culture { get; set; }
Property Value
Type Description
System.String
View Source

InitialSilenceTimeoutInSeconds

Gets or sets initial silence timeout in seconds.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "initialSilenceTimeoutInSeconds", Required = Required.Default)]
public int? InitialSilenceTimeoutInSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

InterDigitTimeoutInSeconds

Gets or sets inter digit timeout in seconds.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "interDigitTimeoutInSeconds", Required = Required.Default)]
public int? InterDigitTimeoutInSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Prompts

Gets or sets prompts.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "prompts", Required = Required.Default)]
public IEnumerable<Prompt> Prompts { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Prompt>
  • View Source
Back to top Generated by DocFX