CreateVideoReviewsBodyItem 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
CreateVideoReviewsBodyItem() |
Initializes a new instance of the CreateVideoReviewsBodyItem class. |
CreateVideoReviewsBodyItem(String, String, String, IList<CreateVideoReviewsBodyItemVideoFramesItem>, IList<CreateVideoReviewsBodyItemMetadataItem>, Nullable<Int32>, String) |
Initializes a new instance of the CreateVideoReviewsBodyItem class. |
CreateVideoReviewsBodyItem()
Initializes a new instance of the CreateVideoReviewsBodyItem class.
public CreateVideoReviewsBodyItem ();
Public Sub New ()
Applies to
CreateVideoReviewsBodyItem(String, String, String, IList<CreateVideoReviewsBodyItemVideoFramesItem>, IList<CreateVideoReviewsBodyItemMetadataItem>, Nullable<Int32>, String)
Initializes a new instance of the CreateVideoReviewsBodyItem class.
public CreateVideoReviewsBodyItem (string content, string contentId, string status, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItem> videoFrames = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemMetadataItem> metadata = default, int? timescale = default, string callbackEndpoint = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItem : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItem> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemMetadataItem> * Nullable<int> * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItem
Public Sub New (content As String, contentId As String, status As String, Optional videoFrames As IList(Of CreateVideoReviewsBodyItemVideoFramesItem) = Nothing, Optional metadata As IList(Of CreateVideoReviewsBodyItemMetadataItem) = Nothing, Optional timescale As Nullable(Of Integer) = Nothing, Optional callbackEndpoint As String = Nothing)
Parameters
- content
- String
Video content url to review.
- contentId
- String
Content Identifier.
- status
- String
Status of the video(Complete,Unpublished,Pending). Possible values include: 'Complete', 'Unpublished', 'Pending'
- videoFrames
- IList<CreateVideoReviewsBodyItemVideoFramesItem>
Optional metadata details.
- metadata
- IList<CreateVideoReviewsBodyItemMetadataItem>
Optional metadata details.
- callbackEndpoint
- String
Optional CallbackEndpoint.