CallMediaRecognitionType 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 operation. In case of cancel operation the this field is not set and is returned empty
public readonly struct CallMediaRecognitionType : IEquatable<Azure.Communication.CallAutomation.CallMediaRecognitionType>
type CallMediaRecognitionType = struct
Public Structure CallMediaRecognitionType
Implements IEquatable(Of CallMediaRecognitionType)
- Inheritance
-
CallMediaRecognitionType
- Implements
Constructors
CallMediaRecognitionType(String) |
Initializes a new instance of CallMediaRecognitionType. |
Properties
Choices |
choices. |
Dtmf |
dtmf. |
Speech |
speech. |
Methods
Equals(CallMediaRecognitionType) |
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(CallMediaRecognitionType, CallMediaRecognitionType) |
Determines if two CallMediaRecognitionType values are the same. |
Implicit(String to CallMediaRecognitionType) |
Converts a string to a CallMediaRecognitionType. |
Inequality(CallMediaRecognitionType, CallMediaRecognitionType) |
Determines if two CallMediaRecognitionType values are not the same. |
Applies to
Azure SDK for .NET