class

OpenAI::CreateTranscriptionResponseJsonLogprobsItem

Inherits JSON::Serializable < Reference < Object

Constructors

new(token : String | Nil = nil, logprob : Float64 | Nil = nil, bytes : Array(Float64) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

bytes

The bytes of the token.

Source
bytes=(bytes : Array(Float64) | Nil)

The bytes of the token.

Source
logprob

The log probability of the token.

Source
logprob=(logprob : Float64 | Nil)

The log probability of the token.

Source
token

The token in the transcription.

Source
token=(token : String | Nil)

The token in the transcription.

Source