TranscriptionResultState 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.
The TranscriptionResultType.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.CallAutomation.EquatableEnumJsonConverter<Azure.Communication.CallAutomation.TranscriptionResultState>))]
public readonly struct TranscriptionResultState : IEquatable<Azure.Communication.CallAutomation.TranscriptionResultState>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.CallAutomation.EquatableEnumJsonConverter<Azure.Communication.CallAutomation.TranscriptionResultState>))>]
type TranscriptionResultState = struct
Public Structure TranscriptionResultState
Implements IEquatable(Of TranscriptionResultState)
- Inheritance
-
TranscriptionResultState
- Attributes
- Implements
Constructors
TranscriptionResultState(String) |
Initializes a new instance of TranscriptionResultState. |
Properties
Final |
final. |
Intermediate |
intermediate. |
Methods
Equals(TranscriptionResultState) |
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(TranscriptionResultState, TranscriptionResultState) |
Determines if two TranscriptionResultState values are the same. |
Implicit(String to TranscriptionResultState) |
Converts a string to a TranscriptionResultState. |
Inequality(TranscriptionResultState, TranscriptionResultState) |
Determines if two TranscriptionResultState values are not the same. |
Applies to
Azure SDK for .NET