TranscriptionTransport 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 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
Azure SDK for .NET