RecognizeResultType Struct

Definition

Determines the sub-type of the recognize result.

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

Constructors

RecognizeResultType(String)

Initializes a new instance of RecognizeResultType.

Properties

ChoiceResult

ChoiceResult.

DtmfResult

DtmfResult.

SpeechResult

SpeechResult.

Methods

Equals(RecognizeResultType)

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(RecognizeResultType, RecognizeResultType)

Determines if two RecognizeResultType values are the same.

Implicit(String to RecognizeResultType)

Converts a string to a RecognizeResultType.

Inequality(RecognizeResultType, RecognizeResultType)

Determines if two RecognizeResultType values are not the same.

Applies to