public interface VodASRUtteranceForAuditOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getEndTimeMill()
结束时间(毫秒)
|
String |
getLanguage()
分句的被识别成的语言
|
com.google.protobuf.ByteString |
getLanguageBytes()
分句的被识别成的语言
|
double |
getSpeechRate()
语速,即一秒钟几个字
|
double |
getStartTimeMill()
起始时间(毫秒)
|
String |
getText()
分段文本
|
com.google.protobuf.ByteString |
getTextBytes()
分段文本
|
VodASRUtteranceWordForAudit |
getWords(int index)
分词
|
int |
getWordsCount()
分词
|
List<VodASRUtteranceWordForAudit> |
getWordsList()
分词
|
VodASRUtteranceWordForAuditOrBuilder |
getWordsOrBuilder(int index)
分词
|
List<? extends VodASRUtteranceWordForAuditOrBuilder> |
getWordsOrBuilderList()
分词
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getText()
分段文本
string Text = 1;com.google.protobuf.ByteString getTextBytes()
分段文本
string Text = 1;double getStartTimeMill()
起始时间(毫秒)
double StartTimeMill = 2;double getEndTimeMill()
结束时间(毫秒)
double EndTimeMill = 3;List<VodASRUtteranceWordForAudit> getWordsList()
分词
repeated .Volcengine.Vod.Models.Business.VodASRUtteranceWordForAudit Words = 4;VodASRUtteranceWordForAudit getWords(int index)
分词
repeated .Volcengine.Vod.Models.Business.VodASRUtteranceWordForAudit Words = 4;int getWordsCount()
分词
repeated .Volcengine.Vod.Models.Business.VodASRUtteranceWordForAudit Words = 4;List<? extends VodASRUtteranceWordForAuditOrBuilder> getWordsOrBuilderList()
分词
repeated .Volcengine.Vod.Models.Business.VodASRUtteranceWordForAudit Words = 4;VodASRUtteranceWordForAuditOrBuilder getWordsOrBuilder(int index)
分词
repeated .Volcengine.Vod.Models.Business.VodASRUtteranceWordForAudit Words = 4;String getLanguage()
分句的被识别成的语言
string Language = 5;com.google.protobuf.ByteString getLanguageBytes()
分句的被识别成的语言
string Language = 5;double getSpeechRate()
语速,即一秒钟几个字
double SpeechRate = 6;Copyright © 2023. All rights reserved.