Share via


VideoFrameBodyItem Constructors

Definition

Overloads

VideoFrameBodyItem()

Initializes a new instance of the VideoFrameBodyItem class.

VideoFrameBodyItem(String, String, IList<VideoFrameBodyItemReviewerResultTagsItem>, IList<VideoFrameBodyItemMetadataItem>)

Initializes a new instance of the VideoFrameBodyItem class.

VideoFrameBodyItem()

Initializes a new instance of the VideoFrameBodyItem class.

public VideoFrameBodyItem ();
Public Sub New ()

Applies to

VideoFrameBodyItem(String, String, IList<VideoFrameBodyItemReviewerResultTagsItem>, IList<VideoFrameBodyItemMetadataItem>)

Initializes a new instance of the VideoFrameBodyItem class.

public VideoFrameBodyItem (string timestamp, string frameImage, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItemReviewerResultTagsItem> reviewerResultTags = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItemMetadataItem> metadata = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItem : string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItemReviewerResultTagsItem> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItemMetadataItem> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.VideoFrameBodyItem
Public Sub New (timestamp As String, frameImage As String, Optional reviewerResultTags As IList(Of VideoFrameBodyItemReviewerResultTagsItem) = Nothing, Optional metadata As IList(Of VideoFrameBodyItemMetadataItem) = Nothing)

Parameters

timestamp
String

Timestamp of the frame.

frameImage
String

Content to review.

metadata
IList<VideoFrameBodyItemMetadataItem>

Optional metadata details.

Applies to