你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SpeechSynthesisWordBoundaryEventArgs 类

定义

包含有关合成语音中字词的位置和长度详细信息。 在 1.7.0 中添加

public class SpeechSynthesisWordBoundaryEventArgs : EventArgs, IDisposable
type SpeechSynthesisWordBoundaryEventArgs = class
    inherit EventArgs
    interface IDisposable
Public Class SpeechSynthesisWordBoundaryEventArgs
Inherits EventArgs
Implements IDisposable
继承
SpeechSynthesisWordBoundaryEventArgs
实现

注解

另请参阅:WordBoundary

属性

AudioOffset

指定当前单词在输出音频中的偏移量,以刻度为单位 (100ns) 。

BoundaryType

Word边界类型。 在版本 1.21.0 中添加

Duration

音频的持续时间。 在版本 1.21.0 中添加

ResultId

指定语音合成的唯一 ID。 (在版本 1.25.0 中添加)

Text

文本。 在版本 1.21.0 中添加

TextOffset

指定输入文本中当前单词的文本偏移量(以字符为单位)。

WordLength

指定当前单词的长度(以字符为单位)。

方法

Dispose()

释放关联的资源。

Dispose(Boolean)

此方法执行资源清理。 布尔参数 disposing 指示方法是从 Dispose() (调用(如果 disposing 为 true) )还是从终结器 ((如果 disposing 为 false) )。 如果需要,派生类应重写此方法以释放资源。

适用于