次の方法で共有


ImageIds コンストラクター

定義

オーバーロード

ImageIds()

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

ImageIds(String, IList<Nullable<Int32>>, Status, String)

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

ImageIds()

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

public ImageIds ();
Public Sub New ()

適用対象

ImageIds(String, IList<Nullable<Int32>>, Status, String)

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

public ImageIds (string contentSource = default, System.Collections.Generic.IList<int?> contentIds = default, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = default, string trackingId = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.ImageIds : string * System.Collections.Generic.IList<Nullable<int>> * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.ImageIds
Public Sub New (Optional contentSource As String = Nothing, Optional contentIds As IList(Of Nullable(Of Integer)) = Nothing, Optional status As Status = Nothing, Optional trackingId As String = Nothing)

パラメーター

contentSource
String

コンテンツのソース。

contentIds
IList<Nullable<Int32>>

コンテンツの ID。

status
Status

イメージの状態を取得します。

trackingId
String

追跡 ID。

適用対象