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