GestureRecognitionResult コンストラクター

GestureRecognitionResultクラスの新しいインスタンスを初期化します

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
public GestureRecognitionResult(
	string name,
	double probability,
	Object startInput
)

パラメーター

name
型: SystemString

["M:KeyToKey.Plugins.GestureRecognitionResult.#ctor(System.String,System.Double,System.Object)"に対する<param name="name"/>がありません

probability
型: SystemDouble

["M:KeyToKey.Plugins.GestureRecognitionResult.#ctor(System.String,System.Double,System.Object)"に対する<param name="probability"/>がありません

startInput
型: SystemObject

["M:KeyToKey.Plugins.GestureRecognitionResult.#ctor(System.String,System.Double,System.Object)"に対する<param name="startInput"/>がありません

関連項目