IVNFaceObservationAccepting Interface

Definition

Interface for VNImageBasedRequest objects that may detect faces (e.g., 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
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
InputFaceObservations

Gets or sets the VNFaceObservation objects in the request.

Applies to