Share via


INSearchForPhotosIntentHandling_Extensions.ResolvePeopleInPhoto Method

Definition

Developers may override this method to customize the resolution of people in the photo.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolvePeopleInPhoto(this Intents.IINSearchForPhotosIntentHandling This, Intents.INSearchForPhotosIntent intent, Action<Intents.INPersonResolutionResult[]> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolvePeopleInPhoto : Intents.IINSearchForPhotosIntentHandling * Intents.INSearchForPhotosIntent * Action<Intents.INPersonResolutionResult[]> -> unit

Parameters

intent
INSearchForPhotosIntent

Specifies the user's intention.

completion
Action<INPersonResolutionResult[]>

Completion method that must be called by the override.

Attributes

Applies to