Freigeben über


IVNFaceObservationAccepting Schnittstelle

Definition

Schnittstelle für VNImageBasedRequest Objekte, die Gesichter erkennen können (z. B. VNDetectFaceLandmarksRequest).

[Foundation.Protocol(Name="VNFaceObservationAccepting", WrapperType=typeof(Vision.VNFaceObservationAcceptingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IVNFaceObservationAccepting : IDisposable, ObjCRuntime.INativeObject
type IVNFaceObservationAccepting = interface
    interface INativeObject
    interface IDisposable
Abgeleitet
Attribute
Implementiert

Eigenschaften

Handle

Handle (Zeiger) auf die Darstellung des nicht verwalteten Objekts.

(Geerbt von INativeObject)
InputFaceObservations

Ruft die VNFaceObservation Objekte in der Anforderung ab oder legt sie fest.

Gilt für: