TranscriptionTransport Struct

Definition

The type of transport to be used for live transcription, eg. Websocket.

public readonly struct TranscriptionTransport : IEquatable<Azure.Communication.CallAutomation.TranscriptionTransport>
type TranscriptionTransport = struct
Public Structure TranscriptionTransport
Implements IEquatable(Of TranscriptionTransport)
Inheritance
TranscriptionTransport
Implements

Constructors

TranscriptionTransport(String)

Initializes a new instance of TranscriptionTransport.

Properties

Websocket

websocket.

Methods

Equals(TranscriptionTransport)

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(TranscriptionTransport, TranscriptionTransport)

Determines if two TranscriptionTransport values are the same.

Implicit(String to TranscriptionTransport)

Converts a string to a TranscriptionTransport.

Inequality(TranscriptionTransport, TranscriptionTransport)

Determines if two TranscriptionTransport values are not the same.

Applies to