Class: Cohere::Transcribe::ASR::NativeResult
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::ASR::NativeResult
- Defined in:
- lib/cohere/transcribe/asr/native.rb
Instance Attribute Summary collapse
-
#generated_tokens ⇒ Object
readonly
Returns the value of attribute generated_tokens.
-
#generation_capacity ⇒ Object
readonly
Returns the value of attribute generation_capacity.
-
#generation_limit ⇒ Object
readonly
Returns the value of attribute generation_limit.
-
#repetition_stopped ⇒ Object
readonly
Returns the value of attribute repetition_stopped.
-
#segments ⇒ Object
readonly
Returns the value of attribute segments.
-
#stopped_by_max_tokens ⇒ Object
readonly
Returns the value of attribute stopped_by_max_tokens.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#words ⇒ Object
readonly
Returns the value of attribute words.
Instance Attribute Details
#generated_tokens ⇒ Object (readonly)
Returns the value of attribute generated_tokens
15 16 17 |
# File 'lib/cohere/transcribe/asr/native.rb', line 15 def generated_tokens @generated_tokens end |
#generation_capacity ⇒ Object (readonly)
Returns the value of attribute generation_capacity
15 16 17 |
# File 'lib/cohere/transcribe/asr/native.rb', line 15 def generation_capacity @generation_capacity end |
#generation_limit ⇒ Object (readonly)
Returns the value of attribute generation_limit
15 16 17 |
# File 'lib/cohere/transcribe/asr/native.rb', line 15 def generation_limit @generation_limit end |
#repetition_stopped ⇒ Object (readonly)
Returns the value of attribute repetition_stopped
15 16 17 |
# File 'lib/cohere/transcribe/asr/native.rb', line 15 def repetition_stopped @repetition_stopped end |
#segments ⇒ Object (readonly)
Returns the value of attribute segments
15 16 17 |
# File 'lib/cohere/transcribe/asr/native.rb', line 15 def segments @segments end |
#stopped_by_max_tokens ⇒ Object (readonly)
Returns the value of attribute 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 |
#text ⇒ Object (readonly)
Returns the value of attribute text
15 16 17 |
# File 'lib/cohere/transcribe/asr/native.rb', line 15 def text @text end |
#words ⇒ Object (readonly)
Returns the value of attribute words
15 16 17 |
# File 'lib/cohere/transcribe/asr/native.rb', line 15 def words @words end |