Frames コンストラクター

定義

オーバーロード

Frames()

Frames クラスの新しいインスタンスを初期化します。

Frames(String, IList<Frame>)

Frames クラスの新しいインスタンスを初期化します。

Frames()

Frames クラスの新しいインスタンスを初期化します。

public Frames ();
Public Sub New ()

適用対象

Frames(String, IList<Frame>)

Frames クラスの新しいインスタンスを初期化します。

public Frames (string reviewId = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Frame> videoFrames = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.Frames : string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Frame> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Frames
Public Sub New (Optional reviewId As String = Nothing, Optional videoFrames As IList(Of Frame) = Nothing)

パラメーター

reviewId
String

レビューの ID。

videoFrames
IList<Frame>

適用対象