Class: Cohere::Transcribe::ASR::NativeWord

Inherits:
Data
  • Object
show all
Defined in:
lib/cohere/transcribe/asr/native.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endObject (readonly)

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



13
14
15
# File 'lib/cohere/transcribe/asr/native.rb', line 13

def end
  @end
end

#probabilityObject (readonly)

Returns the value of attribute probability

Returns:

  • (Object)

    the current value of probability



13
14
15
# File 'lib/cohere/transcribe/asr/native.rb', line 13

def probability
  @probability
end

#startObject (readonly)

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



13
14
15
# File 'lib/cohere/transcribe/asr/native.rb', line 13

def start
  @start
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



13
14
15
# File 'lib/cohere/transcribe/asr/native.rb', line 13

def text
  @text
end