你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CreateVideoReviewsBodyItem 构造函数

定义

重载

CreateVideoReviewsBodyItem()

初始化 CreateVideoReviewsBodyItem 类的新实例。

CreateVideoReviewsBodyItem(String, String, String, IList<CreateVideoReviewsBodyItemVideoFramesItem>, IList<CreateVideoReviewsBodyItemMetadataItem>, Nullable<Int32>, String)

初始化 CreateVideoReviewsBodyItem 类的新实例。

CreateVideoReviewsBodyItem()

初始化 CreateVideoReviewsBodyItem 类的新实例。

public CreateVideoReviewsBodyItem ();
Public Sub New ()

适用于

CreateVideoReviewsBodyItem(String, String, String, IList<CreateVideoReviewsBodyItemVideoFramesItem>, IList<CreateVideoReviewsBodyItemMetadataItem>, Nullable<Int32>, String)

初始化 CreateVideoReviewsBodyItem 类的新实例。

public CreateVideoReviewsBodyItem (string content, string contentId, string status, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItem> videoFrames = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemMetadataItem> metadata = default, int? timescale = default, string callbackEndpoint = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItem : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItem> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemMetadataItem> * Nullable<int> * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItem
Public Sub New (content As String, contentId As String, status As String, Optional videoFrames As IList(Of CreateVideoReviewsBodyItemVideoFramesItem) = Nothing, Optional metadata As IList(Of CreateVideoReviewsBodyItemMetadataItem) = Nothing, Optional timescale As Nullable(Of Integer) = Nothing, Optional callbackEndpoint As String = Nothing)

参数

content
String

要审阅的视频内容 URL。

contentId
String

内容标识符。

status
String

视频的状态 (已完成、未发布、挂起) 。 可能的值包括:“Complete”、“Unpublished”、“Pending”

videoFrames
IList<CreateVideoReviewsBodyItemVideoFramesItem>

可选元数据详细信息。

metadata
IList<CreateVideoReviewsBodyItemMetadataItem>

可选元数据详细信息。

timescale
Nullable<Int32>

视频的时间刻度。

callbackEndpoint
String

可选 CallbackEndpoint。

适用于