Class: Cohere::Transcribe::DenseConverter::Mapping
- Inherits:
-
Data
- Object
- Data
- Cohere::Transcribe::DenseConverter::Mapping
- Defined in:
- lib/cohere/transcribe/dense_converter.rb
Instance Attribute Summary collapse
-
#output_name ⇒ Object
readonly
Returns the value of attribute output_name.
-
#precision ⇒ Object
readonly
Returns the value of attribute precision.
-
#source_name ⇒ Object
readonly
Returns the value of attribute source_name.
Instance Attribute Details
#output_name ⇒ Object (readonly)
Returns the value of attribute output_name
20 21 22 |
# File 'lib/cohere/transcribe/dense_converter.rb', line 20 def output_name @output_name end |
#precision ⇒ Object (readonly)
Returns the value of attribute precision
20 21 22 |
# File 'lib/cohere/transcribe/dense_converter.rb', line 20 def precision @precision end |
#source_name ⇒ Object (readonly)
Returns the value of attribute source_name
20 21 22 |
# File 'lib/cohere/transcribe/dense_converter.rb', line 20 def source_name @source_name end |