v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/openai
OpenAIClient
Audio
Transcriptions
TranscriptionWord
Interface TranscriptionWord
interface
TranscriptionWord
{
end
:
number
;
start
:
number
;
word
:
string
;
}
Index
Properties
end
start
word
Properties
end
end
:
number
End time of the word in seconds.
start
start
:
number
Start time of the word in seconds.
word
word
:
string
The text content of the word.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
start
word
LangChain.js
Loading...
End time of the word in seconds.