Class: SpeechRecognitionCommandInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/haruzira_sdk/HzSpeechRecognitionCommandInfo.rb

Overview

<summary> 音声入力コマンド情報クラス</summary>

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSpeechRecognitionCommandInfo



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

#CommandObject

アクセサ定義



25
26
27
# File 'lib/haruzira_sdk/HzSpeechRecognitionCommandInfo.rb', line 25

def Command
  @Command
end

#IpAddrObject

アクセサ定義



25
26
27
# File 'lib/haruzira_sdk/HzSpeechRecognitionCommandInfo.rb', line 25

def IpAddr
  @IpAddr
end

#ModeObject

アクセサ定義



25
26
27
# File 'lib/haruzira_sdk/HzSpeechRecognitionCommandInfo.rb', line 25

def Mode
  @Mode
end

#PortObject

アクセサ定義



25
26
27
# File 'lib/haruzira_sdk/HzSpeechRecognitionCommandInfo.rb', line 25

def Port
  @Port
end

#TimestampObject

アクセサ定義



25
26
27
# File 'lib/haruzira_sdk/HzSpeechRecognitionCommandInfo.rb', line 25

def Timestamp
  @Timestamp
end