AI::OpenAI::OpenAITranscriptionSegment
Inherits JSON::Serializable < Struct < Value < Object
Segment-level information from the transcription response.
Constructors
new(id : Int32, seek : Int32, start : Float64, end_time : Float64, text : String, tokens : Array(Int32), temperature : Float64, avg_logprob : Float64, compression_ratio : Float64, no_speech_prob : Float64)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source