次の方法で共有


CreateReviewBodyItem.Metadata プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象