v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/openai
OpenAIClient
Audio
Transcriptions
Transcription
Logprob
Interface Logprob
interface
Logprob
{
bytes
?:
number
[]
;
logprob
?:
number
;
token
?:
string
;
}
Index
Properties
bytes?
logprob?
token?
Properties
Optional
bytes
bytes
?:
number
[]
The bytes of the token.
Optional
logprob
logprob
?:
number
The log probability of the token.
Optional
token
token
?:
string
The token in the transcription.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bytes
logprob
token
LangChain.js
Loading...
The bytes of the token.