//sorisdk/com.iplateia.sorisdk/APIConfig
APIConfig
[androidJvm]
object APIConfig
Represents the configuration for the SORI API. Since SORIAudioRecognizer is considered a singleton, the configuration is stored in this object.
Properties
Name | Summary |
---|---|
API_ENDPOINT | [androidJvm] const val API_ENDPOINT: String The base URL for the SORI API. |
applicationId | [androidJvm] var applicationId: String The application ID for the SORI API. |
secretKey | [androidJvm] var secretKey: String The secret key for the SORI API. |
sessionId | [androidJvm] var sessionId: String The session ID for the SORI API. |
token | [androidJvm] var token: String? The authentication token for the SORI API. |
version | [androidJvm] var version: String The version of the SORI API. |