次の方法で共有


CreateReviewBodyItem コンストラクター

定義

オーバーロード

CreateReviewBodyItem()

CreateReviewBodyItem クラスの新しいインスタンスを初期化します。

CreateReviewBodyItem(String, String, String, String, IList<CreateReviewBodyItemMetadataItem>)

CreateReviewBodyItem クラスの新しいインスタンスを初期化します。

CreateReviewBodyItem()

CreateReviewBodyItem クラスの新しいインスタンスを初期化します。

public CreateReviewBodyItem ();
Public Sub New ()

適用対象

CreateReviewBodyItem(String, String, String, String, IList<CreateReviewBodyItemMetadataItem>)

CreateReviewBodyItem クラスの新しいインスタンスを初期化します。

public CreateReviewBodyItem (string type, string content, string contentId, string callbackEndpoint = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItemMetadataItem> metadata = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItem : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItemMetadataItem> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateReviewBodyItem
Public Sub New (type As String, content As String, contentId As String, Optional callbackEndpoint As String = Nothing, Optional metadata As IList(Of CreateReviewBodyItemMetadataItem) = Nothing)

パラメーター

type
String

コンテンツの種類。 使用可能な値は、'Image'、'Text' です。

content
String

レビューするコンテンツ。

contentId
String

コンテンツ識別子。

callbackEndpoint
String

省略可能な CallbackEndpoint。

metadata
IList<CreateReviewBodyItemMetadataItem>

省略可能なメタデータの詳細。

適用対象