ReviewsExtensions.AddVideoTranscriptModerationResult 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 void AddVideoTranscriptModerationResult (this Microsoft.Azure.CognitiveServices.ContentModerator.IReviews operations, string contentType, string teamName, string reviewId, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TranscriptModerationBodyItem> transcriptModerationBody);
static member AddVideoTranscriptModerationResult : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TranscriptModerationBodyItem> -> unit
<Extension()>
Public Sub AddVideoTranscriptModerationResult (operations As IReviews, contentType As String, teamName As String, reviewId As String, transcriptModerationBody As IList(Of TranscriptModerationBodyItem))
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
Applies to
Azure SDK for .NET