class

OpenAI::TranscriptionWord

Inherits JSON::Serializable < Reference < Object

Constructors

new(word : String = "", start : Float32 = 0.0, end_value : Float32 = 0.0)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

end_value

End time of the word in seconds.

Source
end_value=(end_value : Float32)

End time of the word in seconds.

Source
start

Start time of the word in seconds.

Source
start=(start : Float32)

Start time of the word in seconds.

Source
word

The text content of the word.

Source
word=(word : String)

The text content of the word.

Source