Class RecognizeOperation
The type Recognize Operation.
Inherited Members
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 SourceBargeInAllowed
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> |
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> |
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 |
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 |
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> |
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> |
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> |