Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Sonde API 3.3 Release: (September 20th, 2021 release date)

Crispness Acoustic score is added (Mental Fitness Voice Features )
Aggregate Mental Fitness score (which is the integration of the 6 Acoustic scores) is added.

MF App description now includes sample screens for display of Aggregate MF score.

For more detail please refer to REST API Reference.

API

Updated API

  • GET /platform/async/v1/inference/voice-feature-scores/{asyncJobId}

Use Case

Updated Use Case

Sonde API 3.2 Release: (September 6th, 2021 release date)

Inference v2 API are introduced to infer measure’s score using two audio sample

API

New API

  • POST /platform/v2/inference/inference-parameters

  • PUT /platform/v2/inference/inference-parameters/{inferenceParameterId}

  • POST /platform/v2/inference/scores

  • GET /platform/v2/inference/scores/{scoreId}

For more detail please refer REST API Reference

Use Case

A new use-case is introduced to try-out the v2 inference api

...

  1. TranscriptionService
    TranscriptionService provides speech to text functionality for health-condition audio files

    • POST /platform/async/v1/transcriptions

    • GET /platform/async/v1/transcriptions/{asyncJobId}

    • GET /platform/v1/storage/files/{filePath}/transcriptions

  2. voice-feature-score history with ability to filter based on time (from & to) and user

    • GET /platform/v1/inference/voice-feature-scores

    • GET /platform/v1/inference/voice-feature-scores/{voiceFeatureScoreId}

API

New API

  • POST /platform/async/v1/transcriptions

  • GET /platform/async/v1/transcriptions/{asyncJobId}

  • GET /platform/v1/storage/files/{filePath}/transcriptions

  • GET /platform/v1/inference/voice-feature-scores

  • GET /platform/v1/inference/voice-feature-scores/{voiceFeatureScoreId}

...

API

Four new APIs are introduces

...