struct
AI::OpenAI::OpenAITranscriptionWord
- AI::OpenAI::OpenAITranscriptionWord
- Struct
- Value
- Object
Overview
Word-level timing information.
Included Modules
- JSON::Serializable
Defined in:
ai/openai/transcription/openai_transcription_api.crConstructors
- .new(word : String, start : Float64, end_time : Float64)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#end_time : Float64
End time in seconds.
-
#start : Float64
Start time in seconds.
-
#word : String
The word text.