Voice2Rx Android SDK
Table of Contents
- Overview
- Prerequisites
- Installation
- Initialization
- Basic Usage
- Working with Sessions
- Advanced Features
- Cleanup
- Links
Overview
Voice2Rx is an Android SDK that allows voice transcription and structured prescription data generation for healthcare applications.Prerequisites
Before integrating the Voice2Rx SDK, ensure that your Android project meets the following requirements:- Android API level 24 or higher
- Kotlin 1.9.0 or higher
-
Microphone permission in your AndroidManifest.xml:
- Runtime permission handling for microphone access
Installation
Add the following dependency to yourapp/build.gradle.kts
file:
Initialization
To initialize the SDK, you need to implement theIOkHttpSetup
interface and provide the necessary configuration: