struct

AI::OpenAI::OpenAITranscriptionWord

Inherits JSON::Serializable < Struct < Value < Object

Word-level timing information.

Constructors

new(word : String, start : Float64, end_time : Float64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

end_time

End time in seconds.

Source
start

Start time in seconds.

Source
word

The word text.

Source