Freigeben über


Reviews.AddVideoTranscriptModerationResultWithHttpMessagesAsync Methode

Definition

Mit dieser API wird die Ergebnisdatei eines Vorgangs zum Transkribieren von Fenstertext im Rahmen einer Videoüberprüfung hinzugefügt. Die Ergebnisdatei eines Vorgangs zum Transkribieren von Bildschirmtext ist ein Ergebnis der Fenstertext-API. Zum Generieren einer Ergebnisdatei eines Vorgangs zum Transkribieren von Fenstertext muss eine Transkriptdatei mit der Fenstertext-API auf Obszönitäten untersucht werden.

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse> AddVideoTranscriptModerationResultWithHttpMessagesAsync (string contentType, string teamName, string reviewId, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TranscriptModerationBodyItem> transcriptModerationBody, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member AddVideoTranscriptModerationResultWithHttpMessagesAsync : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TranscriptModerationBodyItem> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
override this.AddVideoTranscriptModerationResultWithHttpMessagesAsync : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TranscriptModerationBodyItem> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
Public Function AddVideoTranscriptModerationResultWithHttpMessagesAsync (contentType As String, teamName As String, reviewId As String, transcriptModerationBody As IList(Of TranscriptModerationBodyItem), Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)

Parameter

contentType
String

Der Inhaltstyp.

teamName
String

Ihr Teamname.

reviewId
String

Id der Überprüfung.

transcriptModerationBody
IList<TranscriptModerationBodyItem>

Text für das Hinzufügen der Ergebnis-API für die Videotranskriptmoderation

customHeaders
Dictionary<String,List<String>>

Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Implementiert

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: