CreateReviewBodyItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateReviewBodyItem() |
Initializes a new instance of the CreateReviewBodyItem class. |
CreateReviewBodyItem(String, String, String, String, IList<CreateReviewBodyItemMetadataItem>) |
Initializes a new instance of the CreateReviewBodyItem class. |
CreateReviewBodyItem()
Initializes a new instance of the CreateReviewBodyItem class.
public CreateReviewBodyItem ();
Public Sub New ()
Applies to
CreateReviewBodyItem(String, String, String, String, IList<CreateReviewBodyItemMetadataItem>)
Initializes a new instance of the CreateReviewBodyItem class.
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)
Parameters
- type
- String
Type of the content. Possible values include: 'Image', 'Text'
- content
- String
Content to review.
- contentId
- String
Content Identifier.
- callbackEndpoint
- String
Optional CallbackEndpoint.
- metadata
- IList<CreateReviewBodyItemMetadataItem>
Optional metadata details.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET