Class: LiterLlm::TranscriptionSegment
- Inherits:
-
Object
- Object
- LiterLlm::TranscriptionSegment
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#end ⇒ Float
readonly
Returns the value of attribute end.
-
#id ⇒ Integer
readonly
Returns the value of attribute id.
-
#start ⇒ Float
readonly
Returns the value of attribute start.
-
#text ⇒ String
readonly
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize ⇒ TranscriptionSegment
constructor
A new instance of TranscriptionSegment.
Constructor Details
#initialize ⇒ TranscriptionSegment
Returns a new instance of TranscriptionSegment.
363 |
# File 'sig/types.rbs', line 363
def initialize: (?id: Integer, ?start: Float, ?end: Float, ?text: String) -> void
|
Instance Attribute Details
#end ⇒ Float (readonly)
Returns the value of attribute end.
360 361 362 |
# File 'sig/types.rbs', line 360 def end @end end |
#id ⇒ Integer (readonly)
Returns the value of attribute id.
358 359 360 |
# File 'sig/types.rbs', line 358 def id @id end |
#start ⇒ Float (readonly)
Returns the value of attribute start.
359 360 361 |
# File 'sig/types.rbs', line 359 def start @start end |
#text ⇒ String (readonly)
Returns the value of attribute text.
361 362 363 |
# File 'sig/types.rbs', line 361 def text @text end |