struct AI::OpenAI::OpenAITranscriptionWord

Overview

Word-level timing information.

Included Modules

Defined in:

ai/openai/transcription/openai_transcription_api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(word : String, start : Float64, end_time : Float64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def end_time : Float64 #

End time in seconds.


[View source]
def start : Float64 #

Start time in seconds.


[View source]
def word : String #

The word text.


[View source]