You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
low-carbon-platform-php/docs/Model/SpeechResult.md

12 lines
490 B

# # SpeechResult
## 属性
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**text** | **string** | 语音识别的内容 | [optional]
**begin_time** | **int** | 开始时间 | [optional]
**end_time** | **int** | 结束时间 | [optional]
**sentence_end** | **bool** | 句子是否结尾 | [optional]
[[返回模型列表]](../../README.md#模型文档) [[返回API列表]](../../README.md#api端点文档) [[返回README]](../../README.md)