IVNFaceObservationAccepting Interfaz

Definición

Interfaz para VNImageBasedRequest objetos que pueden detectar caras (por ejemplo, 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
Derivado
Atributos
Implementaciones

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)
InputFaceObservations

Obtiene o establece los VNFaceObservation objetos de la solicitud.

Se aplica a