{
"ok": true,
"data": {
"id": "string",
"taskKind": "voice_input",
"payload": {
"taskKind": "voice_input",
"sessionID": "f64470cf-3860-4029-b905-d576bb175df4",
"text": "string",
"dictionaryCandidates": [
{
"word": "string",
"sourceForm": "string",
"category": "personName",
"evidenceKind": "spellingCorrection",
"confidence": 0.95
}
],
"completedAt": "2019-08-24T14:15:22.123Z",
"appliedExpression": {
"personalStyleUsed": true,
"appToneUsed": true,
"appTonePreset": "default",
"writingTone": "natural"
}
},
"render": {
"preferred": "blocks",
"plainText": "string",
"markdown": "string",
"blocks": [
{
"type": "heading",
"level": 1,
"text": "string"
}
]
},
"meta": {
"provider": "string",
"model": "string",
"providerAttemptChain": [
{
"provider": "string",
"model": "string",
"levelAttempted": [
"json_schema"
],
"success": true,
"errorCode": "string",
"latencyMs": 0
}
],
"structuredOutput": {
"level": "json_schema",
"nativeSchemaUsed": true,
"nativeJsonObjectUsed": true,
"validationPassed": true,
"normalizationUsed": true,
"fallbackUsed": true,
"fallbackReason": "PROVIDER_SCHEMA_UNSUPPORTED",
"warnings": [
"string"
]
},
"tokenUsage": {
"inputTokens": 0,
"outputTokens": 0,
"totalTokens": 0
},
"latencyMs": 0,
"providerLatencyMs": 0
},
"createdAt": "2019-08-24T14:15:22.123Z"
}
}