Class: Pocketsphinx::Decoder::Word

Inherits:
Struct
  • Object
show all
Defined in:
lib/pocketsphinx/decoder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_frameObject

Returns the value of attribute end_frame

Returns:

  • (Object)

    the current value of end_frame



19
20
21
# File 'lib/pocketsphinx/decoder.rb', line 19

def end_frame
  @end_frame
end

#start_frameObject

Returns the value of attribute start_frame

Returns:

  • (Object)

    the current value of start_frame



19
20
21
# File 'lib/pocketsphinx/decoder.rb', line 19

def start_frame
  @start_frame
end

#wordObject

Returns the value of attribute word

Returns:

  • (Object)

    the current value of word



19
20
21
# File 'lib/pocketsphinx/decoder.rb', line 19

def word
  @word
end