Show / Hide Table of Contents

Class RecognitionOption

The type RecognitionOption.

Inheritance
System.Object
RecognitionOption
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)]
[JsonConverter(typeof(DerivedTypeConverter))]
public class RecognitionOption

Properties

View Source

AdditionalData

Gets or sets additional data.

Declaration
[JsonExtensionData(ReadData = true)]
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
View Source

DtmfVariation

Gets or sets dtmfVariation.

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

Name

Gets or sets name.

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

SpeechVariation

Gets or sets speechVariation.

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