Class: SpeechRecognitionCommandInfo
- Inherits:
-
Object
- Object
- SpeechRecognitionCommandInfo
- Defined in:
- lib/haruzira_sdk/HzSpeechRecognitionCommandInfo.rb
Overview
<summary> 音声入力コマンド情報クラス</summary>
Instance Attribute Summary collapse
-
#Command ⇒ Object
アクセサ定義.
-
#IpAddr ⇒ Object
アクセサ定義.
-
#Mode ⇒ Object
アクセサ定義.
-
#Port ⇒ Object
アクセサ定義.
-
#Timestamp ⇒ Object
アクセサ定義.
Instance Method Summary collapse
-
#initialize ⇒ SpeechRecognitionCommandInfo
constructor
A new instance of SpeechRecognitionCommandInfo.
Constructor Details
#initialize ⇒ SpeechRecognitionCommandInfo
16 17 18 19 20 21 22 |
# File 'lib/haruzira_sdk/HzSpeechRecognitionCommandInfo.rb', line 16 def initialize() @Mode = HzVoiceCommandMode::Normal @IpAddr = nil @Port = 46100 @Command = nil @Timestamp = nil end |
Instance Attribute Details
#Command ⇒ Object
アクセサ定義
25 26 27 |
# File 'lib/haruzira_sdk/HzSpeechRecognitionCommandInfo.rb', line 25 def Command @Command end |
#IpAddr ⇒ Object
アクセサ定義
25 26 27 |
# File 'lib/haruzira_sdk/HzSpeechRecognitionCommandInfo.rb', line 25 def IpAddr @IpAddr end |
#Mode ⇒ Object
アクセサ定義
25 26 27 |
# File 'lib/haruzira_sdk/HzSpeechRecognitionCommandInfo.rb', line 25 def Mode @Mode end |
#Port ⇒ Object
アクセサ定義
25 26 27 |
# File 'lib/haruzira_sdk/HzSpeechRecognitionCommandInfo.rb', line 25 def Port @Port end |
#Timestamp ⇒ Object
アクセサ定義
25 26 27 |
# File 'lib/haruzira_sdk/HzSpeechRecognitionCommandInfo.rb', line 25 def Timestamp @Timestamp end |