次の方法で共有


FoundFaces コンストラクター

定義

オーバーロード

FoundFaces()

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

FoundFaces(Status, String, String, Nullable<Boolean>, Nullable<Int32>, IList<KeyValuePair>, IList<Face>)

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

FoundFaces()

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

public FoundFaces ();
Public Sub New ()

適用対象

FoundFaces(Status, String, String, Nullable<Boolean>, Nullable<Int32>, IList<KeyValuePair>, IList<Face>)

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

public FoundFaces (Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = default, string trackingId = default, string cacheId = default, bool? result = default, int? count = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> advancedInfo = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Face> faces = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.FoundFaces : Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status * string * string * Nullable<bool> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Face> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.FoundFaces
Public Sub New (Optional status As Status = Nothing, Optional trackingId As String = Nothing, Optional cacheId As String = Nothing, Optional result As Nullable(Of Boolean) = Nothing, Optional count As Nullable(Of Integer) = Nothing, Optional advancedInfo As IList(Of KeyValuePair) = Nothing, Optional faces As IList(Of Face) = Nothing)

パラメーター

status
Status

評価の状態

trackingId
String

追跡 ID。

cacheId
String

キャッシュ ID。

result
Nullable<Boolean>

結果が見つかった場合は True。

count
Nullable<Int32>

検出された顔の数。

advancedInfo
IList<KeyValuePair>

詳細情報。

faces
IList<Face>

顔の一覧。

適用対象