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



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

def generated_tokens
  @generated_tokens
end

#generation_capacityObject (readonly)

Returns the value of attribute generation_capacity

Returns:

  • (Object)

    the current value of generation_capacity



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

def generation_capacity
  @generation_capacity
end

#generation_limitObject (readonly)

Returns the value of attribute generation_limit

Returns:

  • (Object)

    the current value of generation_limit



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

def generation_limit
  @generation_limit
end

#repetition_stoppedObject (readonly)

Returns the value of attribute repetition_stopped

Returns:

  • (Object)

    the current value of repetition_stopped



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

def repetition_stopped
  @repetition_stopped
end

#segmentsObject (readonly)

Returns the value of attribute segments

Returns:

  • (Object)

    the current value of segments



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

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



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

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



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

def text
  @text
end

#wordsObject (readonly)

Returns the value of attribute words

Returns:

  • (Object)

    the current value of words



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

def words
  @words
end