Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/VOICEVOX/voicevox
/ ApiResponse
Interface
ApiResponse
src/openapi/runtime.ts:392–395 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
390
}
391
392
export
interface
ApiResponse<T> {
393
raw: Response;
394
value(): Promise<T>;
395
}
396
397
export
interface
ResponseTransformer<T> {
398
(json: any): T;
Callers
8
accentPhrases
Method · 0.65
addPreset
Method · 0.65
addUserDictWord
Method · 0.65
audioQuery
Method · 0.65
audioQueryFromPreset
Method · 0.65
cancellableSynthesis
Method · 0.65
connectWaves
Method · 0.65
coreVersions
Method · 0.65
Implementers
4
JSONApiResponse
src/openapi/runtime.ts
VoidApiResponse
src/openapi/runtime.ts
BlobApiResponse
src/openapi/runtime.ts
TextApiResponse
src/openapi/runtime.ts
Calls
no outgoing calls
Tested by
no test coverage detected