Share via


IINSearchForPhotosIntentHandling.ResolvePeopleInPhoto Method

Definition

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

[Foundation.Export("resolvePeopleInPhotoForSearchForPhotos:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolvePeopleInPhoto(Intents.INSearchForPhotosIntent intent, Action<Intents.INPersonResolutionResult[]> completion);
[<Foundation.Export("resolvePeopleInPhotoForSearchForPhotos:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolvePeopleInPhoto : Intents.INSearchForPhotosIntent * Action<Intents.INPersonResolutionResult[]> -> unit
override this.ResolvePeopleInPhoto : 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