CreateReviewBodyItem コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
省略可能なメタデータの詳細。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET