InkCanvasGestureEventArgs.GetGestureRecognitionResults Yöntem

Tanım

Hareket tanıyıcısının sonuçlarını döndürür.

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Ink::GestureRecognitionResult ^> ^ GetGestureRecognitionResults();
public System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Ink.GestureRecognitionResult> GetGestureRecognitionResults ();
member this.GetGestureRecognitionResults : unit -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Ink.GestureRecognitionResult>
Public Function GetGestureRecognitionResults () As ReadOnlyCollection(Of GestureRecognitionResult)

Döndürülenler

ReadOnlyCollection<GestureRecognitionResult>

olası uygulama hareketlerinin Strokes bir koleksiyonu olabilir.

Açıklamalar

yöntemi tarafından GetGestureRecognitionResults döndürülen koleksiyon özelliğine GestureRecognitionResult.RecognitionConfidence göre sıralanır. Örneğin, GetGestureRecognitionResults aşağıdaki değerlere sahip bir nesne koleksiyonu GestureRecognitionResult döndürebilir:

Dizin oluşturma ApplicationGesture RecognitionConfidence
0 Check Strong
1 NoGesture Intermediate
2 Curlicue Poor
3 DoubleCurlicue Poor

Bu, işaretin bir onay işareti olma olasılığının Stroke yüksek olduğunu, görece olarak Stroke bir harekette olmadığını ve bunun bir curlicue veya çift curlicue olma olasılığının Stroke hiç olmadığı anlamına gelirGestureRecognizer.

Not

yöntemi, GetGestureRecognitionResults diğer uygulama hareketleri için sahip olduğundan daha yüksek dereceye RecognitionConfidence sahip bir dizi NoGesture döndürebilir. Bu, daha düşük RecognitionConfidenceolan bir hareketin Stroke aksine bir hareket olmaması olasılığının daha yüksek olduğu anlamına gelir.

Şunlara uygulanır