hume 0.9.12 → 0.9.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mock/definition/empathic-voice/chat.yml +1 -0
- package/.mock/definition/expression-measurement/batch/__package__.yml +76 -61
- package/.mock/definition/expression-measurement/{v0StreamModels.yml → stream/stream.yml} +15 -14
- package/.mock/definition/tts/__package__.yml +36 -21
- package/.mock/definition/tts/voices.yml +3 -3
- package/.mock/fern.config.json +1 -1
- package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +4 -4
- package/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
- package/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
- package/api/resources/empathicVoice/resources/customVoices/client/Client.js +6 -6
- package/api/resources/empathicVoice/resources/prompts/client/Client.js +9 -9
- package/api/resources/empathicVoice/resources/tools/client/Client.js +9 -9
- package/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
- package/api/resources/expressionMeasurement/resources/batch/client/requests/BatchListJobsRequest.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/batch/types/Transcription.d.ts +0 -1
- package/api/resources/expressionMeasurement/resources/stream/index.d.ts +1 -0
- package/api/resources/expressionMeasurement/resources/stream/index.js +1 -0
- package/api/resources/expressionMeasurement/resources/stream/resources/index.d.ts +2 -0
- package/api/resources/expressionMeasurement/resources/stream/resources/index.js +31 -0
- package/api/resources/expressionMeasurement/resources/stream/resources/stream/index.d.ts +1 -0
- package/api/resources/expressionMeasurement/resources/stream/resources/stream/index.js +17 -0
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/Config.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamErrorMessage.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictions.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsBurst.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsBurstPredictionsItem.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacePredictionsItem.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacemesh.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemeshPredictionsItem.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguage.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelsEndpointPayload.d.ts +1 -1
- package/{dist/api/resources/expressionMeasurement → api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessage.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.d.ts +1 -1
- package/api/resources/expressionMeasurement/resources/stream/resources/stream/types/index.d.ts +21 -0
- package/api/resources/expressionMeasurement/resources/stream/resources/stream/types/index.js +37 -0
- package/api/resources/expressionMeasurement/resources/stream/types/index.d.ts +0 -21
- package/api/resources/expressionMeasurement/resources/stream/types/index.js +0 -21
- package/api/resources/index.d.ts +1 -1
- package/api/resources/index.js +2 -2
- package/api/resources/tts/client/Client.js +2 -2
- package/api/resources/tts/resources/voices/client/Client.js +1 -1
- package/api/resources/tts/resources/voices/client/requests/PostedVoice.d.ts +1 -1
- package/api/resources/tts/types/PostedUtterance.d.ts +4 -0
- package/api/resources/tts/types/Snippet.d.ts +6 -0
- package/api/resources/tts/types/index.d.ts +0 -1
- package/api/resources/tts/types/index.js +0 -1
- package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +4 -4
- package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
- package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
- package/dist/api/resources/empathicVoice/resources/customVoices/client/Client.js +6 -6
- package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +9 -9
- package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +9 -9
- package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
- package/dist/api/resources/expressionMeasurement/resources/batch/client/requests/BatchListJobsRequest.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/batch/types/Transcription.d.ts +0 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/index.d.ts +1 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/index.js +1 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/resources/index.d.ts +2 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/resources/index.js +31 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/resources/stream/index.d.ts +1 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/resources/stream/index.js +17 -0
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/Config.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamErrorMessage.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictions.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsBurst.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsBurstPredictionsItem.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacePredictionsItem.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacemesh.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemeshPredictionsItem.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguage.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelsEndpointPayload.d.ts +1 -1
- package/{api/resources/expressionMeasurement → dist/api/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessage.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.d.ts +1 -1
- package/dist/api/resources/expressionMeasurement/resources/stream/resources/stream/types/index.d.ts +21 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/resources/stream/types/index.js +37 -0
- package/dist/api/resources/expressionMeasurement/resources/stream/types/index.d.ts +0 -21
- package/dist/api/resources/expressionMeasurement/resources/stream/types/index.js +0 -21
- package/dist/api/resources/index.d.ts +1 -1
- package/dist/api/resources/index.js +2 -2
- package/dist/api/resources/tts/client/Client.js +2 -2
- package/dist/api/resources/tts/resources/voices/client/Client.js +1 -1
- package/dist/api/resources/tts/resources/voices/client/requests/PostedVoice.d.ts +1 -1
- package/dist/api/resources/tts/types/PostedUtterance.d.ts +4 -0
- package/dist/api/resources/tts/types/Snippet.d.ts +6 -0
- package/dist/api/resources/tts/types/index.d.ts +0 -1
- package/dist/api/resources/tts/types/index.js +0 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/index.d.ts +1 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/index.js +1 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/resources/index.d.ts +2 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/resources/index.js +31 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/resources/stream/index.d.ts +1 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/resources/stream/index.js +17 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/Config.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/Config.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/JobDetails.d.ts +3 -3
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/JobDetails.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamErrorMessage.d.ts +3 -3
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamErrorMessage.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamFace.d.ts +3 -3
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamFace.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamLanguage.d.ts +3 -3
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamLanguage.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictions.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictions.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurst.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurst.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurstPredictionsItem.d.ts +5 -5
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurstPredictionsItem.js +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacePredictionsItem.d.ts +5 -5
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacePredictionsItem.js +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemesh.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemesh.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.d.ts +4 -4
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.js +2 -2
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsJobDetails.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsJobDetails.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguage.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguage.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.d.ts +7 -7
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.js +5 -5
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsodyPredictionsItem.d.ts +5 -5
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.js +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelsEndpointPayload.d.ts +3 -3
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelsEndpointPayload.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessage.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessage.js +1 -1
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessageJobDetails.d.ts +3 -3
- package/{serialization/resources/expressionMeasurement → dist/serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessageJobDetails.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.d.ts +3 -3
- package/dist/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.js +1 -1
- package/dist/serialization/resources/expressionMeasurement/resources/stream/resources/stream/types/index.d.ts +21 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/resources/stream/types/index.js +37 -0
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/index.d.ts +0 -21
- package/dist/serialization/resources/expressionMeasurement/resources/stream/types/index.js +0 -21
- package/dist/serialization/resources/index.d.ts +1 -1
- package/dist/serialization/resources/index.js +2 -2
- package/dist/serialization/resources/tts/types/PostedUtterance.d.ts +2 -0
- package/dist/serialization/resources/tts/types/PostedUtterance.js +2 -0
- package/dist/serialization/resources/tts/types/Snippet.d.ts +3 -0
- package/dist/serialization/resources/tts/types/Snippet.js +3 -0
- package/dist/serialization/resources/tts/types/index.d.ts +0 -1
- package/dist/serialization/resources/tts/types/index.js +0 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +552 -552
- package/serialization/resources/expressionMeasurement/resources/stream/index.d.ts +1 -0
- package/serialization/resources/expressionMeasurement/resources/stream/index.js +1 -0
- package/serialization/resources/expressionMeasurement/resources/stream/resources/index.d.ts +2 -0
- package/serialization/resources/expressionMeasurement/resources/stream/resources/index.js +31 -0
- package/serialization/resources/expressionMeasurement/resources/stream/resources/stream/index.d.ts +1 -0
- package/serialization/resources/expressionMeasurement/resources/stream/resources/stream/index.js +17 -0
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/Config.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/Config.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/JobDetails.d.ts +3 -3
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/JobDetails.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamErrorMessage.d.ts +3 -3
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamErrorMessage.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamFace.d.ts +3 -3
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamFace.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamLanguage.d.ts +3 -3
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamLanguage.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictions.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictions.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurst.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurst.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurstPredictionsItem.d.ts +5 -5
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurstPredictionsItem.js +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacePredictionsItem.d.ts +5 -5
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacePredictionsItem.js +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemesh.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemesh.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.d.ts +4 -4
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsFacemeshPredictionsItem.js +2 -2
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsJobDetails.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsJobDetails.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguage.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguage.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.d.ts +7 -7
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsLanguagePredictionsItem.js +5 -5
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsodyPredictionsItem.d.ts +5 -5
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelPredictionsProsodyPredictionsItem.js +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelsEndpointPayload.d.ts +3 -3
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamModelsEndpointPayload.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessage.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessage.js +1 -1
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessageJobDetails.d.ts +3 -3
- package/{dist/serialization/resources/expressionMeasurement → serialization/resources/expressionMeasurement/resources/stream}/resources/stream/types/StreamWarningMessageJobDetails.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.d.ts +3 -3
- package/serialization/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.js +1 -1
- package/serialization/resources/expressionMeasurement/resources/stream/resources/stream/types/index.d.ts +21 -0
- package/serialization/resources/expressionMeasurement/resources/stream/resources/stream/types/index.js +37 -0
- package/serialization/resources/expressionMeasurement/resources/stream/types/index.d.ts +0 -21
- package/serialization/resources/expressionMeasurement/resources/stream/types/index.js +0 -21
- package/serialization/resources/index.d.ts +1 -1
- package/serialization/resources/index.js +2 -2
- package/serialization/resources/tts/types/PostedUtterance.d.ts +2 -0
- package/serialization/resources/tts/types/PostedUtterance.js +2 -0
- package/serialization/resources/tts/types/Snippet.d.ts +3 -0
- package/serialization/resources/tts/types/Snippet.js +3 -0
- package/serialization/resources/tts/types/index.d.ts +0 -1
- package/serialization/resources/tts/types/index.js +0 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/tts/types/PostedTtsRecord.d.ts +0 -11
- package/api/resources/tts/types/PostedTtsRecord.js +0 -5
- package/dist/api/resources/tts/types/PostedTtsRecord.d.ts +0 -11
- package/dist/api/resources/tts/types/PostedTtsRecord.js +0 -5
- package/dist/serialization/resources/tts/types/PostedTtsRecord.d.ts +0 -17
- package/dist/serialization/resources/tts/types/PostedTtsRecord.js +0 -38
- package/serialization/resources/tts/types/PostedTtsRecord.d.ts +0 -17
- package/serialization/resources/tts/types/PostedTtsRecord.js +0 -38
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/Config.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/JobDetails.d.ts +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/JobDetails.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamErrorMessage.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamFace.d.ts +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamFace.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamLanguage.d.ts +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamLanguage.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictions.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurst.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurstPredictionsItem.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacePredictionsItem.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemesh.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemeshPredictionsItem.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsJobDetails.d.ts +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsJobDetails.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguage.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguagePredictionsItem.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsodyPredictionsItem.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelsEndpointPayload.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessage.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessageJobDetails.d.ts +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessageJobDetails.js +0 -0
- /package/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/Config.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/JobDetails.d.ts +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/JobDetails.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamErrorMessage.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamFace.d.ts +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamFace.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamLanguage.d.ts +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamLanguage.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictions.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurst.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsBurstPredictionsItem.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFace.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacePredictionsItem.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemesh.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsFacemeshPredictionsItem.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsJobDetails.d.ts +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsJobDetails.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguage.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsLanguagePredictionsItem.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsody.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelPredictionsProsodyPredictionsItem.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamModelsEndpointPayload.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessage.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessageJobDetails.d.ts +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/StreamWarningMessageJobDetails.js +0 -0
- /package/dist/api/resources/expressionMeasurement/resources/stream/{types → resources/stream/types}/SubscribeEvent.js +0 -0
|
@@ -1295,169 +1295,176 @@ types:
|
|
|
1295
1295
|
source:
|
|
1296
1296
|
openapi: batch-openapi.json
|
|
1297
1297
|
Source:
|
|
1298
|
-
|
|
1299
|
-
base-properties: {}
|
|
1298
|
+
discriminated: false
|
|
1300
1299
|
union:
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1300
|
+
- SourceUrl
|
|
1301
|
+
- SourceFile
|
|
1302
|
+
- SourceTextSource
|
|
1304
1303
|
source:
|
|
1305
1304
|
openapi: batch-openapi.json
|
|
1306
1305
|
SourceFile:
|
|
1307
|
-
properties:
|
|
1306
|
+
properties:
|
|
1307
|
+
type: literal<"file">
|
|
1308
1308
|
extends:
|
|
1309
1309
|
- File
|
|
1310
1310
|
source:
|
|
1311
1311
|
openapi: batch-openapi.json
|
|
1312
1312
|
SourceTextSource:
|
|
1313
|
-
properties:
|
|
1313
|
+
properties:
|
|
1314
|
+
type: literal<"text">
|
|
1314
1315
|
source:
|
|
1315
1316
|
openapi: batch-openapi.json
|
|
1316
1317
|
SourceUrl:
|
|
1317
|
-
properties:
|
|
1318
|
+
properties:
|
|
1319
|
+
type: literal<"url">
|
|
1318
1320
|
extends:
|
|
1319
1321
|
- Url
|
|
1320
1322
|
source:
|
|
1321
1323
|
openapi: batch-openapi.json
|
|
1322
|
-
Url:
|
|
1323
|
-
properties:
|
|
1324
|
-
url:
|
|
1325
|
-
type: string
|
|
1326
|
-
docs: The URL of the source media file.
|
|
1327
|
-
source:
|
|
1328
|
-
openapi: batch-openapi.json
|
|
1329
1324
|
StateEmbeddingGeneration:
|
|
1330
|
-
|
|
1331
|
-
base-properties: {}
|
|
1325
|
+
discriminated: false
|
|
1332
1326
|
union:
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1327
|
+
- StateEmbeddingGenerationQueued
|
|
1328
|
+
- StateEmbeddingGenerationInProgress
|
|
1329
|
+
- StateEmbeddingGenerationCompletedEmbeddingGeneration
|
|
1330
|
+
- StateEmbeddingGenerationFailed
|
|
1337
1331
|
source:
|
|
1338
1332
|
openapi: batch-openapi.json
|
|
1339
1333
|
StateEmbeddingGenerationCompletedEmbeddingGeneration:
|
|
1340
|
-
properties:
|
|
1334
|
+
properties:
|
|
1335
|
+
status: literal<"COMPLETED">
|
|
1341
1336
|
extends:
|
|
1342
1337
|
- CompletedEmbeddingGeneration
|
|
1343
1338
|
source:
|
|
1344
1339
|
openapi: batch-openapi.json
|
|
1345
1340
|
StateEmbeddingGenerationFailed:
|
|
1346
|
-
properties:
|
|
1341
|
+
properties:
|
|
1342
|
+
status: literal<"FAILED">
|
|
1347
1343
|
extends:
|
|
1348
1344
|
- Failed
|
|
1349
1345
|
source:
|
|
1350
1346
|
openapi: batch-openapi.json
|
|
1351
1347
|
StateEmbeddingGenerationInProgress:
|
|
1352
|
-
properties:
|
|
1348
|
+
properties:
|
|
1349
|
+
status: literal<"IN_PROGRESS">
|
|
1353
1350
|
extends:
|
|
1354
1351
|
- InProgress
|
|
1355
1352
|
source:
|
|
1356
1353
|
openapi: batch-openapi.json
|
|
1357
1354
|
StateEmbeddingGenerationQueued:
|
|
1358
|
-
properties:
|
|
1355
|
+
properties:
|
|
1356
|
+
status: literal<"QUEUED">
|
|
1359
1357
|
extends:
|
|
1360
1358
|
- Queued
|
|
1361
1359
|
source:
|
|
1362
1360
|
openapi: batch-openapi.json
|
|
1363
1361
|
StateInference:
|
|
1364
|
-
|
|
1365
|
-
base-properties: {}
|
|
1362
|
+
discriminated: false
|
|
1366
1363
|
union:
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1364
|
+
- QueuedState
|
|
1365
|
+
- InProgressState
|
|
1366
|
+
- CompletedState
|
|
1367
|
+
- FailedState
|
|
1371
1368
|
source:
|
|
1372
1369
|
openapi: batch-openapi.json
|
|
1373
1370
|
CompletedState:
|
|
1374
|
-
properties:
|
|
1371
|
+
properties:
|
|
1372
|
+
status: literal<"COMPLETED">
|
|
1375
1373
|
extends:
|
|
1376
1374
|
- CompletedInference
|
|
1377
1375
|
source:
|
|
1378
1376
|
openapi: batch-openapi.json
|
|
1379
1377
|
FailedState:
|
|
1380
|
-
properties:
|
|
1378
|
+
properties:
|
|
1379
|
+
status: literal<"FAILED">
|
|
1381
1380
|
extends:
|
|
1382
1381
|
- Failed
|
|
1383
1382
|
source:
|
|
1384
1383
|
openapi: batch-openapi.json
|
|
1385
1384
|
InProgressState:
|
|
1386
|
-
properties:
|
|
1385
|
+
properties:
|
|
1386
|
+
status: literal<"IN_PROGRESS">
|
|
1387
1387
|
extends:
|
|
1388
1388
|
- InProgress
|
|
1389
1389
|
source:
|
|
1390
1390
|
openapi: batch-openapi.json
|
|
1391
1391
|
QueuedState:
|
|
1392
|
-
properties:
|
|
1392
|
+
properties:
|
|
1393
|
+
status: literal<"QUEUED">
|
|
1393
1394
|
extends:
|
|
1394
1395
|
- Queued
|
|
1395
1396
|
source:
|
|
1396
1397
|
openapi: batch-openapi.json
|
|
1397
1398
|
StateTlInference:
|
|
1398
|
-
|
|
1399
|
-
base-properties: {}
|
|
1399
|
+
discriminated: false
|
|
1400
1400
|
union:
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1401
|
+
- StateTlInferenceQueued
|
|
1402
|
+
- StateTlInferenceInProgress
|
|
1403
|
+
- StateTlInferenceCompletedTlInference
|
|
1404
|
+
- StateTlInferenceFailed
|
|
1405
1405
|
source:
|
|
1406
1406
|
openapi: batch-openapi.json
|
|
1407
1407
|
StateTlInferenceCompletedTlInference:
|
|
1408
|
-
properties:
|
|
1408
|
+
properties:
|
|
1409
|
+
status: literal<"COMPLETED">
|
|
1409
1410
|
extends:
|
|
1410
1411
|
- CompletedTlInference
|
|
1411
1412
|
source:
|
|
1412
1413
|
openapi: batch-openapi.json
|
|
1413
1414
|
StateTlInferenceFailed:
|
|
1414
|
-
properties:
|
|
1415
|
+
properties:
|
|
1416
|
+
status: literal<"FAILED">
|
|
1415
1417
|
extends:
|
|
1416
1418
|
- Failed
|
|
1417
1419
|
source:
|
|
1418
1420
|
openapi: batch-openapi.json
|
|
1419
1421
|
StateTlInferenceInProgress:
|
|
1420
|
-
properties:
|
|
1422
|
+
properties:
|
|
1423
|
+
status: literal<"IN_PROGRESS">
|
|
1421
1424
|
extends:
|
|
1422
1425
|
- InProgress
|
|
1423
1426
|
source:
|
|
1424
1427
|
openapi: batch-openapi.json
|
|
1425
1428
|
StateTlInferenceQueued:
|
|
1426
|
-
properties:
|
|
1429
|
+
properties:
|
|
1430
|
+
status: literal<"QUEUED">
|
|
1427
1431
|
extends:
|
|
1428
1432
|
- Queued
|
|
1429
1433
|
source:
|
|
1430
1434
|
openapi: batch-openapi.json
|
|
1431
1435
|
StateTraining:
|
|
1432
|
-
|
|
1433
|
-
base-properties: {}
|
|
1436
|
+
discriminated: false
|
|
1434
1437
|
union:
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1438
|
+
- StateTrainingQueued
|
|
1439
|
+
- StateTrainingInProgress
|
|
1440
|
+
- StateTrainingCompletedTraining
|
|
1441
|
+
- StateTrainingFailed
|
|
1439
1442
|
source:
|
|
1440
1443
|
openapi: batch-openapi.json
|
|
1441
1444
|
StateTrainingCompletedTraining:
|
|
1442
|
-
properties:
|
|
1445
|
+
properties:
|
|
1446
|
+
status: literal<"COMPLETED">
|
|
1443
1447
|
extends:
|
|
1444
1448
|
- CompletedTraining
|
|
1445
1449
|
source:
|
|
1446
1450
|
openapi: batch-openapi.json
|
|
1447
1451
|
StateTrainingFailed:
|
|
1448
|
-
properties:
|
|
1452
|
+
properties:
|
|
1453
|
+
status: literal<"FAILED">
|
|
1449
1454
|
extends:
|
|
1450
1455
|
- Failed
|
|
1451
1456
|
source:
|
|
1452
1457
|
openapi: batch-openapi.json
|
|
1453
1458
|
StateTrainingInProgress:
|
|
1454
|
-
properties:
|
|
1459
|
+
properties:
|
|
1460
|
+
status: literal<"IN_PROGRESS">
|
|
1455
1461
|
extends:
|
|
1456
1462
|
- InProgress
|
|
1457
1463
|
source:
|
|
1458
1464
|
openapi: batch-openapi.json
|
|
1459
1465
|
StateTrainingQueued:
|
|
1460
|
-
properties:
|
|
1466
|
+
properties:
|
|
1467
|
+
status: literal<"QUEUED">
|
|
1461
1468
|
extends:
|
|
1462
1469
|
- Queued
|
|
1463
1470
|
source:
|
|
@@ -1509,19 +1516,20 @@ types:
|
|
|
1509
1516
|
source:
|
|
1510
1517
|
openapi: batch-openapi.json
|
|
1511
1518
|
Task:
|
|
1512
|
-
|
|
1513
|
-
base-properties: {}
|
|
1519
|
+
discriminated: false
|
|
1514
1520
|
union:
|
|
1515
|
-
|
|
1516
|
-
|
|
1521
|
+
- TaskClassification
|
|
1522
|
+
- TaskRegression
|
|
1517
1523
|
source:
|
|
1518
1524
|
openapi: batch-openapi.json
|
|
1519
1525
|
TaskClassification:
|
|
1520
|
-
properties:
|
|
1526
|
+
properties:
|
|
1527
|
+
type: literal<"classification">
|
|
1521
1528
|
source:
|
|
1522
1529
|
openapi: batch-openapi.json
|
|
1523
1530
|
TaskRegression:
|
|
1524
|
-
properties:
|
|
1531
|
+
properties:
|
|
1532
|
+
type: literal<"regression">
|
|
1525
1533
|
source:
|
|
1526
1534
|
openapi: batch-openapi.json
|
|
1527
1535
|
TextSource: map<string, unknown>
|
|
@@ -1766,6 +1774,13 @@ types:
|
|
|
1766
1774
|
source:
|
|
1767
1775
|
openapi: batch-openapi.json
|
|
1768
1776
|
UnionPredictResult: InferenceSourcePredictResult
|
|
1777
|
+
Url:
|
|
1778
|
+
properties:
|
|
1779
|
+
url:
|
|
1780
|
+
type: string
|
|
1781
|
+
docs: The URL of the source media file.
|
|
1782
|
+
source:
|
|
1783
|
+
openapi: batch-openapi.json
|
|
1769
1784
|
ValidationArgs:
|
|
1770
1785
|
properties:
|
|
1771
1786
|
positive_label: optional<Target>
|
|
@@ -2,7 +2,6 @@ channel:
|
|
|
2
2
|
path: /v0/stream/models
|
|
3
3
|
url: prod
|
|
4
4
|
auth: false
|
|
5
|
-
display-name: Stream
|
|
6
5
|
headers:
|
|
7
6
|
X-Hume-Api-Key:
|
|
8
7
|
type: string
|
|
@@ -36,8 +35,8 @@ types:
|
|
|
36
35
|
inline: true
|
|
37
36
|
StreamModelPredictionsBurstPredictionsItem:
|
|
38
37
|
properties:
|
|
39
|
-
time: optional<
|
|
40
|
-
emotions: optional<
|
|
38
|
+
time: optional<streamRoot.TimeRange>
|
|
39
|
+
emotions: optional<streamRoot.EmotionEmbedding>
|
|
41
40
|
source:
|
|
42
41
|
openapi: streaming-asyncapi.yml
|
|
43
42
|
inline: true
|
|
@@ -56,7 +55,7 @@ types:
|
|
|
56
55
|
time:
|
|
57
56
|
type: optional<double>
|
|
58
57
|
docs: Time in seconds when face detection occurred.
|
|
59
|
-
bbox: optional<
|
|
58
|
+
bbox: optional<streamRoot.StreamBoundingBox>
|
|
60
59
|
prob:
|
|
61
60
|
type: optional<double>
|
|
62
61
|
docs: The predicted probability that a detected face was actually a face.
|
|
@@ -65,9 +64,9 @@ types:
|
|
|
65
64
|
docs: >-
|
|
66
65
|
Identifier for a face. Not that this defaults to `unknown` unless face
|
|
67
66
|
identification is enabled in the face model configuration.
|
|
68
|
-
emotions: optional<
|
|
69
|
-
facs: optional<
|
|
70
|
-
descriptions: optional<
|
|
67
|
+
emotions: optional<streamRoot.EmotionEmbedding>
|
|
68
|
+
facs: optional<streamRoot.EmotionEmbedding>
|
|
69
|
+
descriptions: optional<streamRoot.EmotionEmbedding>
|
|
71
70
|
source:
|
|
72
71
|
openapi: streaming-asyncapi.yml
|
|
73
72
|
inline: true
|
|
@@ -80,7 +79,7 @@ types:
|
|
|
80
79
|
inline: true
|
|
81
80
|
StreamModelPredictionsFacemeshPredictionsItem:
|
|
82
81
|
properties:
|
|
83
|
-
emotions: optional<
|
|
82
|
+
emotions: optional<streamRoot.EmotionEmbedding>
|
|
84
83
|
source:
|
|
85
84
|
openapi: streaming-asyncapi.yml
|
|
86
85
|
inline: true
|
|
@@ -96,10 +95,10 @@ types:
|
|
|
96
95
|
text:
|
|
97
96
|
type: optional<string>
|
|
98
97
|
docs: A segment of text (like a word or a sentence).
|
|
99
|
-
position: optional<
|
|
100
|
-
emotions: optional<
|
|
101
|
-
sentiment: optional<
|
|
102
|
-
toxicity: optional<
|
|
98
|
+
position: optional<streamRoot.TextPosition>
|
|
99
|
+
emotions: optional<streamRoot.EmotionEmbedding>
|
|
100
|
+
sentiment: optional<streamRoot.Sentiment>
|
|
101
|
+
toxicity: optional<streamRoot.Toxicity>
|
|
103
102
|
source:
|
|
104
103
|
openapi: streaming-asyncapi.yml
|
|
105
104
|
inline: true
|
|
@@ -112,8 +111,8 @@ types:
|
|
|
112
111
|
inline: true
|
|
113
112
|
StreamModelPredictionsProsodyPredictionsItem:
|
|
114
113
|
properties:
|
|
115
|
-
time: optional<
|
|
116
|
-
emotions: optional<
|
|
114
|
+
time: optional<streamRoot.TimeRange>
|
|
115
|
+
emotions: optional<streamRoot.EmotionEmbedding>
|
|
117
116
|
source:
|
|
118
117
|
openapi: streaming-asyncapi.yml
|
|
119
118
|
inline: true
|
|
@@ -435,3 +434,5 @@ types:
|
|
|
435
434
|
received.
|
|
436
435
|
source:
|
|
437
436
|
openapi: streaming-asyncapi.yml
|
|
437
|
+
imports:
|
|
438
|
+
streamRoot: __package__.yml
|
|
@@ -67,10 +67,12 @@ service:
|
|
|
67
67
|
audio: //PExAA0DDYRvkpNfhv3JI5JZ...etc.
|
|
68
68
|
snippets:
|
|
69
69
|
- - audio: //PExAA0DDYRvkpNfhv3JI5JZ...etc.
|
|
70
|
+
audio_format: mp3
|
|
70
71
|
id: 37b1b1b1-1b1b-1b1b-1b1b-1b1b1b1b1b1b
|
|
71
72
|
text: >-
|
|
72
73
|
Beauty is no quality in things themselves: It exists
|
|
73
74
|
merely in the mind which contemplates them.
|
|
75
|
+
generation_id: 795c949a-1510-4a80-9646-7d0863b023ab
|
|
74
76
|
request_id: 66e01f90-4501-4aa0-bbaf-74f45dc15aa725906
|
|
75
77
|
synthesize-file:
|
|
76
78
|
path: /v0/tts/file
|
|
@@ -184,7 +186,8 @@ types:
|
|
|
184
186
|
source:
|
|
185
187
|
openapi: tts-openapi.yml
|
|
186
188
|
FormatMp3:
|
|
187
|
-
properties:
|
|
189
|
+
properties:
|
|
190
|
+
type: literal<"mp3">
|
|
188
191
|
source:
|
|
189
192
|
openapi: tts-openapi.yml
|
|
190
193
|
PostedContext:
|
|
@@ -200,18 +203,15 @@ types:
|
|
|
200
203
|
openapi: tts-openapi.yml
|
|
201
204
|
inline: true
|
|
202
205
|
Format:
|
|
203
|
-
|
|
204
|
-
base-properties: {}
|
|
206
|
+
discriminated: false
|
|
205
207
|
docs: Specifies the output audio file format.
|
|
206
208
|
union:
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
type: FormatPcm
|
|
211
|
-
wav:
|
|
212
|
-
type: FormatWav
|
|
209
|
+
- type: FormatMp3
|
|
210
|
+
- type: FormatPcm
|
|
211
|
+
- type: FormatWav
|
|
213
212
|
source:
|
|
214
213
|
openapi: tts-openapi.yml
|
|
214
|
+
inline: true
|
|
215
215
|
PostedTts:
|
|
216
216
|
properties:
|
|
217
217
|
context:
|
|
@@ -258,18 +258,8 @@ types:
|
|
|
258
258
|
source:
|
|
259
259
|
openapi: tts-openapi.yml
|
|
260
260
|
FormatPcm:
|
|
261
|
-
properties: {}
|
|
262
|
-
source:
|
|
263
|
-
openapi: tts-openapi.yml
|
|
264
|
-
PostedTtsRecord:
|
|
265
261
|
properties:
|
|
266
|
-
|
|
267
|
-
id: string
|
|
268
|
-
internal_metadata: string
|
|
269
|
-
message_text: string
|
|
270
|
-
parent_id:
|
|
271
|
-
type: optional<string>
|
|
272
|
-
request_payload: string
|
|
262
|
+
type: literal<"pcm">
|
|
273
263
|
source:
|
|
274
264
|
openapi: tts-openapi.yml
|
|
275
265
|
Snippet:
|
|
@@ -279,12 +269,22 @@ types:
|
|
|
279
269
|
docs: >-
|
|
280
270
|
The segmented audio output in the requested format, encoded as a
|
|
281
271
|
base64 string.
|
|
272
|
+
access: read-only
|
|
273
|
+
audio_format:
|
|
274
|
+
type: string
|
|
275
|
+
docs: The generated audio output format.
|
|
276
|
+
generation_id:
|
|
277
|
+
type: string
|
|
278
|
+
docs: The generation ID this snippet corresponds to.
|
|
282
279
|
id:
|
|
283
280
|
type: string
|
|
284
281
|
docs: A unique ID associated with this **Snippet**.
|
|
285
282
|
text:
|
|
286
283
|
type: string
|
|
287
284
|
docs: The text for this **Snippet**.
|
|
285
|
+
utterance_index:
|
|
286
|
+
type: optional<integer>
|
|
287
|
+
docs: The index of the utterance in the request this snippet corresponds to.
|
|
288
288
|
source:
|
|
289
289
|
openapi: tts-openapi.yml
|
|
290
290
|
PostedUtterance:
|
|
@@ -306,11 +306,25 @@ types:
|
|
|
306
306
|
See our [prompting guide](/docs/text-to-speech-tts/prompting) for tips on crafting your descriptions.
|
|
307
307
|
validation:
|
|
308
308
|
maxLength: 1000
|
|
309
|
+
speed:
|
|
310
|
+
type: optional<double>
|
|
311
|
+
docs: Speed multiplier for the synthesized speech.
|
|
312
|
+
default: 1
|
|
313
|
+
validation:
|
|
314
|
+
min: 0.25
|
|
315
|
+
max: 3
|
|
309
316
|
text:
|
|
310
317
|
type: string
|
|
311
318
|
docs: The input text to be synthesized into speech.
|
|
312
319
|
validation:
|
|
313
320
|
maxLength: 5000
|
|
321
|
+
trailing_silence:
|
|
322
|
+
type: optional<double>
|
|
323
|
+
docs: Duration of trailing silence (in seconds) to add to this utterance
|
|
324
|
+
default: 0.35
|
|
325
|
+
validation:
|
|
326
|
+
min: 0
|
|
327
|
+
max: 5
|
|
314
328
|
voice:
|
|
315
329
|
type: optional<PostedUtteranceVoice>
|
|
316
330
|
docs: >-
|
|
@@ -389,6 +403,7 @@ types:
|
|
|
389
403
|
source:
|
|
390
404
|
openapi: tts-openapi.yml
|
|
391
405
|
FormatWav:
|
|
392
|
-
properties:
|
|
406
|
+
properties:
|
|
407
|
+
type: literal<"wav">
|
|
393
408
|
source:
|
|
394
409
|
openapi: tts-openapi.yml
|
|
@@ -22,9 +22,9 @@ service:
|
|
|
22
22
|
generation_id:
|
|
23
23
|
type: string
|
|
24
24
|
docs: >-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
A unique ID associated with this TTS generation that can be used
|
|
26
|
+
as context for generating consistent speech style and prosody
|
|
27
|
+
across multiple requests.
|
|
28
28
|
name:
|
|
29
29
|
type: string
|
|
30
30
|
docs: Name of the voice in the `Voice Library`.
|
package/.mock/fern.config.json
CHANGED
|
@@ -85,7 +85,7 @@ class ChatGroups {
|
|
|
85
85
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
86
86
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, "v0/evi/chat_groups"),
|
|
87
87
|
method: "GET",
|
|
88
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.
|
|
88
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.13", "User-Agent": "hume/0.9.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
89
89
|
contentType: "application/json",
|
|
90
90
|
queryParameters: _queryParams,
|
|
91
91
|
requestType: "json",
|
|
@@ -165,7 +165,7 @@ class ChatGroups {
|
|
|
165
165
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
166
166
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, `v0/evi/chat_groups/${encodeURIComponent(id)}`),
|
|
167
167
|
method: "GET",
|
|
168
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.
|
|
168
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.13", "User-Agent": "hume/0.9.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
169
169
|
contentType: "application/json",
|
|
170
170
|
queryParameters: _queryParams,
|
|
171
171
|
requestType: "json",
|
|
@@ -245,7 +245,7 @@ class ChatGroups {
|
|
|
245
245
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
246
246
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, `v0/evi/chat_groups/${encodeURIComponent(id)}/events`),
|
|
247
247
|
method: "GET",
|
|
248
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.
|
|
248
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.13", "User-Agent": "hume/0.9.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
249
249
|
contentType: "application/json",
|
|
250
250
|
queryParameters: _queryParams,
|
|
251
251
|
requestType: "json",
|
|
@@ -325,7 +325,7 @@ class ChatGroups {
|
|
|
325
325
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
326
326
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, `v0/evi/chat_groups/${encodeURIComponent(id)}/audio`),
|
|
327
327
|
method: "GET",
|
|
328
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.
|
|
328
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.13", "User-Agent": "hume/0.9.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
329
329
|
contentType: "application/json",
|
|
330
330
|
queryParameters: _queryParams,
|
|
331
331
|
requestType: "json",
|
|
@@ -85,7 +85,7 @@ class Chats {
|
|
|
85
85
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
86
86
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, "v0/evi/chats"),
|
|
87
87
|
method: "GET",
|
|
88
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.
|
|
88
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.13", "User-Agent": "hume/0.9.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
89
89
|
contentType: "application/json",
|
|
90
90
|
queryParameters: _queryParams,
|
|
91
91
|
requestType: "json",
|
|
@@ -177,7 +177,7 @@ class Chats {
|
|
|
177
177
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
178
178
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, `v0/evi/chats/${encodeURIComponent(id)}`),
|
|
179
179
|
method: "GET",
|
|
180
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.
|
|
180
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.13", "User-Agent": "hume/0.9.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
181
181
|
contentType: "application/json",
|
|
182
182
|
queryParameters: _queryParams,
|
|
183
183
|
requestType: "json",
|
|
@@ -252,7 +252,7 @@ class Chats {
|
|
|
252
252
|
const _response = yield ((_a = this._options.fetcher) !== null && _a !== void 0 ? _a : core.fetcher)({
|
|
253
253
|
url: (0, url_join_1.default)((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.HumeEnvironment.Production, `v0/evi/chats/${encodeURIComponent(id)}/audio`),
|
|
254
254
|
method: "GET",
|
|
255
|
-
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.
|
|
255
|
+
headers: Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "hume", "X-Fern-SDK-Version": "0.9.13", "User-Agent": "hume/0.9.13", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())),
|
|
256
256
|
contentType: "application/json",
|
|
257
257
|
requestType: "json",
|
|
258
258
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
|