TranscriptionResultState Struct

Definition

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