Frame コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 の配列。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET