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

Name Description
RecognizeResultType(String)

Initializes a new instance of RecognizeResultType.

Properties

Name Description
ChoiceResult

ChoiceResult.

DtmfResult

DtmfResult.

SpeechResult

SpeechResult.

Methods

Name Description
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

Name Description
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