lib/v20190722/client.rb in tencentcloud-sdk-trtc-3.0.882 vs lib/v20190722/client.rb in tencentcloud-sdk-trtc-3.0.883

- old
+ new

@@ -1091,26 +1091,23 @@ # 服务端实时下发的消息是JSON字符串,实时字幕具体格式如下: # `{ # "type": "subtitle", # "userid": "xxx", # "text": "xxx", - # "translation_text": "xxx", # "start_time": "00:00:02", # "end_time": "00:00:05" # }` # 字段作用如下: # - type是subtitle,表示这是实时字幕消息。 # - userid表示是哪个用户说的话。 # - text是语音识别出的文本。 - # - translation_text是text翻译后的文本,如果不启用翻译,则是空字符串。 # - start_time和end_time表示该字幕消息从任务开启后的开始和结束时间。 # 转录消息具体格式如下: # `{ # "type": "transcription", # "userid": "xxx", # "text": "xxx", - # "translation_text": "xx", # "start_time": "00:00:02", # "end_time": "00:00:05" # }` # 字段作用如下: # - type是transcription,表示这是转录消息。 \ No newline at end of file