IVNFaceObservationAccepting 接口

定义

VNImageBasedRequest可能检测人脸的对象的接口 (例如 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
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)
InputFaceObservations

获取或设置 VNFaceObservation 请求中的 对象。

适用于