{
"endpoint": "POST /v1/sessions/{id}/insertions",
"session": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"userID": "string",
"workflow": "dictation",
"status": "created",
"capabilitySnapshot": {
"allowsRealtime": true,
"allowsRefine": true,
"allowsInsert": true
},
"providerRoute": {
"asrProvider": "string",
"refineProvider": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z",
"startedAt": "2019-08-24T14:15:22.123Z",
"endedAt": "2019-08-24T14:15:22.123Z",
"recordingDurationSeconds": 0,
"partialTranscript": "string",
"finalTranscript": "string",
"refinedText": "string",
"insertionStatus": "string",
"errorCode": "string",
"billingStatus": {
"state": "not_checked",
"quotaSource": "free",
"reason": "string",
"consumedSeconds": 0,
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"privacyFlags": {
"values": [
"diagnostic_sample_authorized"
]
},
"recognitionPreferences": {
"languageVariants": {
"english": "en-US",
"chinese": "zh-CN",
"spanish": "es-MX",
"french": "fr-FR",
"portuguese": "pt-PT"
}
},
"speechProcessingPreferences": {
"autoPunctuation": true,
"removeFillers": true,
"autoFormattingEnabled": true
},
"expressionContext": {
"explicitCommand": {
"kind": "polish",
"customInstruction": "string"
},
"personalStyle": {
"preference": "off",
"customInstruction": "string",
"styleSamples": "string"
},
"appContext": {
"bundleIdentifier": "string",
"applicationName": "string"
},
"appTone": {
"enabled": true,
"preset": "default"
},
"fallbackTone": "natural"
}
}
}