Freigeben über


DocumentModelAdministrationClient.GetOperation Methode

Definition

Ruft einen Dokumentmodellvorgang anhand seiner ID ab. Beachten Sie, dass Vorgangsinformationen nur 24 Stunden lang beibehalten werden.

public virtual Azure.Response<Azure.AI.FormRecognizer.DocumentAnalysis.OperationDetails> GetOperation (string operationId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperation : string * System.Threading.CancellationToken -> Azure.Response<Azure.AI.FormRecognizer.DocumentAnalysis.OperationDetails>
override this.GetOperation : string * System.Threading.CancellationToken -> Azure.Response<Azure.AI.FormRecognizer.DocumentAnalysis.OperationDetails>
Public Overridable Function GetOperation (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of OperationDetails)

Parameter

operationId
String

Vorgangs-ID.

cancellationToken
CancellationToken

Ein CancellationToken , der die Lebensdauer der Anforderung steuert.

Gibt zurück

Ein Response<T> , der das Ergebnis des Vorgangs darstellt. Es kann in eine OperationDetails umgewandelt werden, die Informationen zum angeforderten Modell enthält.

Gilt für: