Reviews.AddVideoFrameUrlWithHttpMessagesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Utilisez cette méthode pour ajouter des images pour une révision vidéo. Échelle de temps : ce paramètre est un facteur utilisé pour convertir l’horodatage d’une image en millisecondes. L’échelle de temps est fournie dans la sortie du processeur multimédia vidéo Content Moderator sur la plateforme Azure Media Services. L’échelle de temps dans la sortie Moderation vidéo est Ticks/Second.
public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse> AddVideoFrameUrlWithHttpMessagesAsync (string contentType, string teamName, string reviewId, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItem> videoFrameBody, int? timescale = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member AddVideoFrameUrlWithHttpMessagesAsync : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItem> * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
override this.AddVideoFrameUrlWithHttpMessagesAsync : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItem> * Nullable<int> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
Public Function AddVideoFrameUrlWithHttpMessagesAsync (contentType As String, teamName As String, reviewId As String, videoFrameBody As IList(Of VideoFrameBodyItem), Optional timescale As Nullable(Of Integer) = Nothing, 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.
- videoFrameBody
- IList<VideoFrameBodyItem>
Corps de l’API d’ajout de trames vidéo
- customHeaders
- Dictionary<String,List<String>>
En-têtes qui seront ajoutés à la demande.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Implémente
Exceptions
Levée lorsque l’opération a retourné un code de status non valide
Levée lorsqu’un paramètre obligatoire a la valeur Null
Levée lorsqu’un paramètre obligatoire a la valeur Null
S’applique à
Azure SDK for .NET