RecognizeInputType 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.
Defines the type of the recognize input.
public readonly struct RecognizeInputType : IEquatable<Azure.Communication.CallAutomation.RecognizeInputType>
type RecognizeInputType = struct
Public Structure RecognizeInputType
Implements IEquatable(Of RecognizeInputType)
- Inheritance
-
RecognizeInputType
- Implements
Constructors
| Name | Description |
|---|---|
| RecognizeInputType(String) |
Initializes a new instance of RecognizeInputType. |
Properties
| Name | Description |
|---|---|
| Choices |
choices. |
| Dtmf |
dtmf. |
| Speech |
speech. |
| SpeechOrDtmf |
speechOrDtmf. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |