DetectedFace コンストラクター

定義

オーバーロード

DetectedFace()

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

DetectedFace(FaceRectangle, Nullable<Guid>, String, FaceLandmarks, FaceAttributes)

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

DetectedFace()

ソース:
DetectedFace.cs

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

public DetectedFace ();
Public Sub New ()

適用対象

DetectedFace(FaceRectangle, Nullable<Guid>, String, FaceLandmarks, FaceAttributes)

ソース:
DetectedFace.cs

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

public DetectedFace (Microsoft.Azure.CognitiveServices.Vision.Face.Models.FaceRectangle faceRectangle, Guid? faceId = default, string recognitionModel = default, Microsoft.Azure.CognitiveServices.Vision.Face.Models.FaceLandmarks faceLandmarks = default, Microsoft.Azure.CognitiveServices.Vision.Face.Models.FaceAttributes faceAttributes = default);
new Microsoft.Azure.CognitiveServices.Vision.Face.Models.DetectedFace : Microsoft.Azure.CognitiveServices.Vision.Face.Models.FaceRectangle * Nullable<Guid> * string * Microsoft.Azure.CognitiveServices.Vision.Face.Models.FaceLandmarks * Microsoft.Azure.CognitiveServices.Vision.Face.Models.FaceAttributes -> Microsoft.Azure.CognitiveServices.Vision.Face.Models.DetectedFace
Public Sub New (faceRectangle As FaceRectangle, Optional faceId As Nullable(Of Guid) = Nothing, Optional recognitionModel As String = Nothing, Optional faceLandmarks As FaceLandmarks = Nothing, Optional faceAttributes As FaceAttributes = Nothing)

パラメーター

faceRectangle
FaceRectangle
faceId
Nullable<Guid>
recognitionModel
String

使用できる値は、'recognition_01'、'recognition_02' です。

faceLandmarks
FaceLandmarks
faceAttributes
FaceAttributes

適用対象