Dela via


CallMediaRecognitionType Struct

Definition

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