Synthesizer class
屬性
authorization |
取得用來與服務通訊的授權權杖。 |
auto |
指出是否啟用自動偵測來來源語言 |
properties | 針對這個合成器定義的屬性及其值集合。 |
方法
build |
|
dispose(boolean) | 這個方法會執行資源的清除。 布林參數處置會指出如果 disposing 為 true) ,還是從完成項 (處置為 false) ,則會從 Dispose (呼叫 方法。 衍生類別應該覆寫這個方法,以視需要處置資源。 |
屬性詳細資料
authorizationToken
取得用來與服務通訊的授權權杖。
string authorizationToken
屬性值
string
授權權杖。
autoDetectSourceLanguage
指出是否啟用自動偵測來來源語言
boolean autoDetectSourceLanguage
屬性值
boolean
如果已啟用自動偵測來來源語言,則為
properties
針對這個合成器定義的屬性及其值集合。
PropertyCollection properties
屬性值
針對這個 SpeechSynthesizer 定義的屬性及其值集合。
方法詳細資料
buildSsml(string)
function buildSsml(text: string): string
參數
- text
-
string
傳回
string
dispose(boolean)
這個方法會執行資源的清除。 布林參數處置會指出如果 disposing 為 true) ,還是從完成項 (處置為 false) ,則會從 Dispose (呼叫 方法。 衍生類別應該覆寫這個方法,以視需要處置資源。
function dispose(disposing: boolean): Promise<void>
參數
- disposing
-
boolean
要求處置的旗標。
傳回
Promise<void>