RecognizeResultType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET