All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.aqiu202.api.tts.param.TtsMessage Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.aqiu202.api.tts.param;

/**
 * TTS语音合成过程中信号状态信息体
 * 

存储TTS语音合成过程中产生的所有状态描述信息

* @author aqiu 2020/2/19 10:48 上午 **/ public interface TtsMessage { String getTaskId(); int getStatus(); String getStatusText(); String getMessage(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy