RecognizeInputType Struct

Definition

Determines the type of the recognition.

public readonly struct RecognizeInputType : IEquatable<Azure.Communication.CallAutomation.RecognizeInputType>
type RecognizeInputType = struct
Public Structure RecognizeInputType
Implements IEquatable(Of RecognizeInputType)
Inheritance
RecognizeInputType
Implements

Constructors

RecognizeInputType(String)

Initializes a new instance of RecognizeInputType.

Properties

Choices

choices.

Dtmf

dtmf.

Speech

speech.

SpeechOrDtmf

speechOrDtmf.

Methods

Equals(RecognizeInputType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RecognizeInputType, RecognizeInputType)

Determines if two RecognizeInputType values are the same.

Implicit(String to RecognizeInputType)

Converts a string to a RecognizeInputType.

Inequality(RecognizeInputType, RecognizeInputType)

Determines if two RecognizeInputType values are not the same.

Applies to