RemoteMeetingTranscriptionOperation Class

Definition

public class RemoteMeetingTranscriptionOperation : Azure.Operation<Microsoft.CognitiveServices.Speech.RemoteMeeting.RemoteMeetingTranscriptionResult>
type RemoteMeetingTranscriptionOperation = class
    inherit Operation<RemoteMeetingTranscriptionResult>
Public Class RemoteMeetingTranscriptionOperation
Inherits Operation(Of RemoteMeetingTranscriptionResult)
Inheritance
RemoteMeetingTranscriptionOperation

Constructors

RemoteMeetingTranscriptionOperation(String, RemoteMeetingTranscriptionClient)

Properties

HasCompleted
HasValue
Id
Value

Methods

GetRawResponse()
GetRehydrationToken()

Get a token that can be used to rehydrate the operation.

(Inherited from Operation)
UpdateStatus(CancellationToken)
UpdateStatusAsync(CancellationToken)
WaitForCompletion(CancellationToken)

Periodically calls the server till the long-running operation completes.

(Inherited from Operation<T>)
WaitForCompletion(DelayStrategy, CancellationToken)

Periodically calls the server till the long-running operation completes.

(Inherited from Operation<T>)
WaitForCompletion(TimeSpan, CancellationToken)

Periodically calls the server till the long-running operation completes.

(Inherited from Operation<T>)
WaitForCompletionAsync(CancellationToken)
WaitForCompletionAsync(DelayStrategy, CancellationToken)

Periodically calls the server till the long-running operation completes.

(Inherited from Operation<T>)
WaitForCompletionAsync(TimeSpan, CancellationToken)
WaitForCompletionResponse(CancellationToken)

Periodically calls the server till the long-running operation completes.

(Inherited from Operation)
WaitForCompletionResponse(DelayStrategy, CancellationToken)

Periodically calls the server till the long-running operation completes.

(Inherited from Operation)
WaitForCompletionResponse(TimeSpan, CancellationToken)

Periodically calls the server till the long-running operation completes.

(Inherited from Operation)
WaitForCompletionResponseAsync(CancellationToken)

Periodically calls the server till the long-running operation completes.

(Inherited from Operation)
WaitForCompletionResponseAsync(DelayStrategy, CancellationToken)

Periodically calls the server till the long-running operation completes.

(Inherited from Operation)
WaitForCompletionResponseAsync(TimeSpan, CancellationToken)

Periodically calls the server till the long-running operation completes.

(Inherited from Operation)

Applies to