Frame コンストラクター

定義

オーバーロード

Frame()

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

Frame(String, String, IList<KeyValuePair>, IList<Tag>)

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

Frame()

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

public Frame ();
Public Sub New ()

適用対象

Frame(String, String, IList<KeyValuePair>, IList<Tag>)

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

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

パラメーター

timestamp
String

フレームのタイムスタンプ。

frameImage
String

フレーム イメージ。

metadata
IList<KeyValuePair>

KeyValue の配列。

reviewerResultTags
IList<Tag>

校閲者の結果タグ。

適用対象