次の方法で共有


CreateVideoReviewsBodyItem.VideoFrames プロパティ

定義

省略可能なメタデータの詳細を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="VideoFrames")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItem> VideoFrames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="VideoFrames")>]
member this.VideoFrames : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItem> with get, set
Public Property VideoFrames As IList(Of CreateVideoReviewsBodyItemVideoFramesItem)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象