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.
891 |
# File 'sig/types.rbs', line 891
def initialize: (?id: Integer, ?start: Float, ?end: Float, ?text: String) -> void
|
Instance Attribute Details
#end ⇒ Float (readonly)
Returns the value of attribute end.
888 889 890 |
# File 'sig/types.rbs', line 888 def end @end end |
#id ⇒ Integer (readonly)
Returns the value of attribute id.
886 887 888 |
# File 'sig/types.rbs', line 886 def id @id end |
#start ⇒ Float (readonly)
Returns the value of attribute start.
887 888 889 |
# File 'sig/types.rbs', line 887 def start @start end |
#text ⇒ String (readonly)
Returns the value of attribute text.
889 890 891 |
# File 'sig/types.rbs', line 889 def text @text end |