Condividi tramite


VNImageBasedRequest.RegionOfInterest Proprietà

Definizione

Ottiene o imposta l'area nell'immagine in cui eseguire la ricerca. Il rettangolo usa coordinate normalizzate.

public virtual CoreGraphics.CGRect RegionOfInterest { [Foundation.Export("regionOfInterest", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setRegionOfInterest:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.RegionOfInterest : CoreGraphics.CGRect with get, set

Valore della proprietà

Il valore predefinito è un rettangolo con origine [0,0] e dimensioni [1,1].

Attributi

Commenti

Come per altre aree nello spazio dei nomi Vision, usa CGRect coordinate normalizzate (valori nell'intervallo 0..1).

Si applica a