GestureRecognizerResult

公開抽象類別 GestureRecognizerResult

代表 GestureRecognizer 產生的手勢辨識結果。

公用建構函式

公用方法

抽象 清單<List<Category>>
gestures()
偵測到的手部已辨識的手勢。
抽象 清單<List<Category>>
handedness()
偵測到的手掌。
清單<List<Category>>
handednesses()
此方法已淘汰。請改用 handedness()
抽象 清單<List<NormalizedLandmark>>
地標()
偵測到的手部的手地標。
抽象
timestampMs()
傳回與工作結果物件相關聯的時間戳記。
抽象 清單<List<Landmark>>
worldLandmarks()
手部標記在偵測到的手部座標中。

繼承的方法

公用建構函式

public GestureRecognizerResult ()

公用方法

public 抽象 清單<List<Category>> 手勢 ()

偵測到的手部已辨識的手勢。請注意,手勢的索引一律是 -1,因為來自多個手勢分類器的原始索引無法合併到一個有意義的索引。

public 抽象 清單<List<Category>> 慣用手 ()

偵測到的手掌。

public List<List<Category>> 慣用手 ()

此方法已淘汰
請改用 handedness()

偵測到的手掌。

public 抽象 清單<List<NormalizedLandmark>> 地標 ()

偵測到的手部的手地標。

public 抽象 long timestampMs ()

傳回與工作結果物件相關聯的時間戳記。

public 抽象 List<List<Landmark>> worldLandmarks ()

手部標記在偵測到的手部座標中。