ReviewsExtensions.AddVideoTranscriptModerationResultAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API adds a transcript screen text result file for a video review. Transcript screen text result file is a result of Screen Text API . In order to generate transcript screen text result file , a transcript file has to be screened for profanity using Screen Text API.
public static System.Threading.Tasks.Task AddVideoTranscriptModerationResultAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IReviews operations, string contentType, string teamName, string reviewId, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TranscriptModerationBodyItem> transcriptModerationBody, System.Threading.CancellationToken cancellationToken = default);
static member AddVideoTranscriptModerationResultAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TranscriptModerationBodyItem> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function AddVideoTranscriptModerationResultAsync (operations As IReviews, contentType As String, teamName As String, reviewId As String, transcriptModerationBody As IList(Of TranscriptModerationBodyItem), Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IReviews
The operations group for this extension method.
- contentType
- String
The content type.
- teamName
- String
Your team name.
- reviewId
- String
Id of the review.
- transcriptModerationBody
- IList<TranscriptModerationBodyItem>
Body for add video transcript moderation result API
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Azure SDK for .NET