CreateVideoReviewsBodyItemVideoFramesItemMetadataItem 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
CreateVideoReviewsBodyItemVideoFramesItemMetadataItem() |
Initializes a new instance of the CreateVideoReviewsBodyItemVideoFramesItemMetadataItem class. |
CreateVideoReviewsBodyItemVideoFramesItemMetadataItem(String, String) |
Initializes a new instance of the CreateVideoReviewsBodyItemVideoFramesItemMetadataItem class. |
CreateVideoReviewsBodyItemVideoFramesItemMetadataItem()
Initializes a new instance of the CreateVideoReviewsBodyItemVideoFramesItemMetadataItem class.
public CreateVideoReviewsBodyItemVideoFramesItemMetadataItem ();
Public Sub New ()
Applies to
CreateVideoReviewsBodyItemVideoFramesItemMetadataItem(String, String)
Initializes a new instance of the CreateVideoReviewsBodyItemVideoFramesItemMetadataItem class.
public CreateVideoReviewsBodyItemVideoFramesItemMetadataItem (string key, string value);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItemMetadataItem : string * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.CreateVideoReviewsBodyItemVideoFramesItemMetadataItem
Public Sub New (key As String, value As String)
Parameters
- key
- String
Your key parameter.
- value
- String
Your value parameter.