VNFaceObservation.FromBoundingBox Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
FromBoundingBox(CGRect) |
Statische Factorymethode, die eine VNFaceObservation mit dem angegebenen Begrenzungsrahmen erstellt. |
FromBoundingBox(VNFaceObservationRequestRevision, CGRect) | |
FromBoundingBox(VNFaceObservationRequestRevision, CGRect, Nullable<nfloat>, Nullable<nfloat>) |
FromBoundingBox(CGRect)
Statische Factorymethode, die eine VNFaceObservation mit dem angegebenen Begrenzungsrahmen erstellt.
[Foundation.Export("observationWithBoundingBox:")]
public static Vision.VNFaceObservation FromBoundingBox (CoreGraphics.CGRect boundingBox);
static member FromBoundingBox : CoreGraphics.CGRect -> Vision.VNFaceObservation
Parameter
- boundingBox
- CGRect
Gibt zurück
- Attribute
Gilt für:
FromBoundingBox(VNFaceObservationRequestRevision, CGRect)
[Foundation.Export("observationWithRequestRevision:boundingBox:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Vision.VNFaceObservation FromBoundingBox (Vision.VNFaceObservationRequestRevision requestRevision, CoreGraphics.CGRect boundingBox);
static member FromBoundingBox : Vision.VNFaceObservationRequestRevision * CoreGraphics.CGRect -> Vision.VNFaceObservation
Parameter
- requestRevision
- VNFaceObservationRequestRevision
- boundingBox
- CGRect
Gibt zurück
- Attribute
Gilt für:
FromBoundingBox(VNFaceObservationRequestRevision, CGRect, Nullable<nfloat>, Nullable<nfloat>)
[Foundation.Export("faceObservationWithRequestRevision:boundingBox:roll:yaw:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Vision.VNFaceObservation FromBoundingBox (Vision.VNFaceObservationRequestRevision requestRevision, CoreGraphics.CGRect boundingBox, Nullable<nfloat> roll, Nullable<nfloat> yaw);
static member FromBoundingBox : Vision.VNFaceObservationRequestRevision * CoreGraphics.CGRect * Nullable<nfloat> * Nullable<nfloat> -> Vision.VNFaceObservation
Parameter
- requestRevision
- VNFaceObservationRequestRevision
- boundingBox
- CGRect
Gibt zurück
- Attribute