Class: LiterLlm::TranscriptionSegment
- Inherits:
-
Object
- Object
- LiterLlm::TranscriptionSegment
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#end ⇒ Float?
Returns the value of attribute end.
-
#id ⇒ Integer?
Returns the value of attribute id.
-
#start ⇒ Float?
Returns the value of attribute start.
-
#text ⇒ String?
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.
353 |
# File 'sig/types.rbs', line 353
def initialize: (?id: Integer, ?start: Float, ?end: Float, ?text: String) -> void
|
Instance Attribute Details
#end ⇒ Float?
Returns the value of attribute end.
350 351 352 |
# File 'sig/types.rbs', line 350 def end @end end |
#id ⇒ Integer?
Returns the value of attribute id.
348 349 350 |
# File 'sig/types.rbs', line 348 def id @id end |
#start ⇒ Float?
Returns the value of attribute start.
349 350 351 |
# File 'sig/types.rbs', line 349 def start @start end |
#text ⇒ String?
Returns the value of attribute text.
351 352 353 |
# File 'sig/types.rbs', line 351 def text @text end |