彭震东
2024-05-30 a64b7d8d8aeb2bb543ca703045a45f42470e9a63
runtime/python/http/server.py
@@ -117,7 +117,7 @@
        for sentence in rec_result["sentence_info"]:
            # 每句话的时间戳
            sentences.append(
                {"text": sentence["text"], "start": sentence["start"], "end": sentence["start"]}
                {"text": sentence["text"], "start": sentence["start"], "end": sentence["end"]}
            )
        ret = {"text": text, "sentences": sentences, "code": 0}
        logger.info(f"识别结果:{ret}")