Partager via


IReviews.AddVideoTranscriptModerationResultWithHttpMessagesAsync Méthode

Définition

Cette API ajoute un fichier texte de transcription à l’écran pour une révision de vidéo. Le fichier texte de transcription à l’écran est le résultat de l’API Screen Text. Pour générer le fichier texte de transcription à l’écran, un fichier de transcription doit être passé au crible afin de déceler tout blasphème à l’aide de l’API Screen Text.

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>
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)

Paramètres

contentType
String

Type de contenu.

teamName
String

Nom de votre équipe.

reviewId
String

ID de la révision.

transcriptModerationBody
IList<TranscriptModerationBodyItem>

Corps de l’API ajouter un résultat de modération de transcription vidéo

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code status non valide

Levée lorsqu’un paramètre requis a la valeur Null

S’applique à