Class: Cohere::Transcribe::ASR::NativeSegment

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



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

def end
  @end
end

#startObject (readonly)

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



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

def start
  @start
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



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

def text
  @text
end

#wordsObject (readonly)

Returns the value of attribute words

Returns:

  • (Object)

    the current value of words



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

def words
  @words
end