Class: Cohere::Transcribe::ASR::NativeResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#generated_tokensObject (readonly)

Returns the value of attribute generated_tokens

Returns:

  • (Object)

    the current value of generated_tokens



17
18
19
# File 'lib/cohere/transcribe/asr/native.rb', line 17

def generated_tokens
  @generated_tokens
end

#generation_capacityObject (readonly)

Returns the value of attribute generation_capacity

Returns:

  • (Object)

    the current value of generation_capacity



17
18
19
# File 'lib/cohere/transcribe/asr/native.rb', line 17

def generation_capacity
  @generation_capacity
end

#generation_limitObject (readonly)

Returns the value of attribute generation_limit

Returns:

  • (Object)

    the current value of generation_limit



17
18
19
# File 'lib/cohere/transcribe/asr/native.rb', line 17

def generation_limit
  @generation_limit
end

#repetition_stoppedObject (readonly)

Returns the value of attribute repetition_stopped

Returns:

  • (Object)

    the current value of repetition_stopped



17
18
19
# File 'lib/cohere/transcribe/asr/native.rb', line 17

def repetition_stopped
  @repetition_stopped
end

#segmentsObject (readonly)

Returns the value of attribute segments

Returns:

  • (Object)

    the current value of segments



17
18
19
# File 'lib/cohere/transcribe/asr/native.rb', line 17

def segments
  @segments
end

#stopped_by_max_tokensObject (readonly)

Returns the value of attribute stopped_by_max_tokens

Returns:

  • (Object)

    the current value of stopped_by_max_tokens



17
18
19
# File 'lib/cohere/transcribe/asr/native.rb', line 17

def stopped_by_max_tokens
  @stopped_by_max_tokens
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



17
18
19
# File 'lib/cohere/transcribe/asr/native.rb', line 17

def text
  @text
end

#wordsObject (readonly)

Returns the value of attribute words

Returns:

  • (Object)

    the current value of words



17
18
19
# File 'lib/cohere/transcribe/asr/native.rb', line 17

def words
  @words
end