C# Class UnityEngine.Windows.Speech.SemanticMeaning

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
key string
values string[]

Property Details

key public_oe property

A key of semaning meaning.

public string key
return string

values public_oe property

Values of semantic property that the correspond to the semantic meaning key.

public string[] values
return string[]