AzureConversationTranscriberCallback class
interface
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onCanceledEvent(dynamic reason)
→ void
-
-
onSessionStartedEvent(String sessionId)
→ void
-
-
onSessionStoppedEvent(String sessionId)
→ void
-
-
onSpeechEndDetectedEvent(String sessionId)
→ void
-
-
onSpeechStartDetectedEvent(String sessionId)
→ void
-
-
onTranscribedEvent(String speakerId, String srcText, String transText, int transType, bool transSuccess, int beginTime, int endTime, int transTime)
→ void
-
onTranscribedEvent 一句话识别完成后回调
speakerId 说话人ID
srcText 语音识别文本
transText 翻译后的文本
transType 翻译状态
beginTime 该句话开始时间
endTime 该句话结束时间
transTime 翻译完成的时间
-
onTranscribingEvent(String speakerId, String srcText, String transText, int transType, bool transSuccess, int beginTime, int endTime, int transTime)
→ void
-
onTranscribingEvent 一句话识别中回调
speakerId 说话人ID
srcText 语音识别文本
transText 翻译后的文本
transType 翻译状态
beginTime 该句话开始时间
endTime 该句话结束时间
transTime 翻译完成的时间
-
toString()
→ String
-
A string representation of this object.
inherited