共用方式為


TextModeration class

代表 TextModeration 的類別。

建構函式

TextModeration(ContentModeratorClientContext)

建立 TextModeration。

方法

detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase)

這項作業會偵測指定輸入內容的語言。 傳回包含所提交文字之主要語言的 ISO 639-3 程式碼 。 支援超過 110 種語言。

detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase, ServiceCallback<DetectedLanguage>)
detectLanguage(TextContentType1, HttpRequestBody, ServiceCallback<DetectedLanguage>)
screenText(TextContentType, HttpRequestBody, ServiceCallback<Screen>)
screenText(TextContentType, HttpRequestBody, TextModerationScreenTextOptionalParams)

偵測超過 100 種語言的不雅內容,並針對自訂和共用的封鎖清單進行比對。

screenText(TextContentType, HttpRequestBody, TextModerationScreenTextOptionalParams, ServiceCallback<Screen>)

建構函式詳細資料

TextModeration(ContentModeratorClientContext)

建立 TextModeration。

new TextModeration(client: ContentModeratorClientContext)

參數

client
ContentModeratorClientContext

服務用戶端的參考。

方法詳細資料

detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase)

這項作業會偵測指定輸入內容的語言。 傳回包含所提交文字之主要語言的 ISO 639-3 程式碼 。 支援超過 110 種語言。

function detectLanguage(textContentType: TextContentType1, textContent: HttpRequestBody, options?: RequestOptionsBase): Promise<TextModerationDetectLanguageResponse>

參數

textContentType
TextContentType1

內容型別。 可能的值包括:'text/plain'、'text/html'、'text/xml'、'text/markdown'

textContent
HttpRequestBody

要畫面的內容。

options
RequestOptionsBase

選擇性參數

傳回

Promise < Models.TextModerationDetectLanguageResponse>

detectLanguage(TextContentType1, HttpRequestBody, RequestOptionsBase, ServiceCallback<DetectedLanguage>)

function detectLanguage(textContentType: TextContentType1, textContent: HttpRequestBody, options: RequestOptionsBase, callback: ServiceCallback<DetectedLanguage>)

參數

textContentType
TextContentType1

內容型別。 可能的值包括:'text/plain'、'text/html'、'text/xml'、'text/markdown'

textContent
HttpRequestBody

要畫面的內容。

options
RequestOptionsBase

選擇性參數

detectLanguage(TextContentType1, HttpRequestBody, ServiceCallback<DetectedLanguage>)

function detectLanguage(textContentType: TextContentType1, textContent: HttpRequestBody, callback: ServiceCallback<DetectedLanguage>)

參數

textContentType
TextContentType1

內容型別。 可能的值包括:'text/plain'、'text/html'、'text/xml'、'text/markdown'

textContent
HttpRequestBody

要畫面的內容。

screenText(TextContentType, HttpRequestBody, ServiceCallback<Screen>)

function screenText(textContentType: TextContentType, textContent: HttpRequestBody, callback: ServiceCallback<Screen>)

參數

textContentType
TextContentType

內容型別。 可能的值包括:'text/plain'、'text/html'、'text/xml'、'text/markdown'

textContent
HttpRequestBody

要畫面的內容。

callback

ServiceCallback<Screen>

回呼

screenText(TextContentType, HttpRequestBody, TextModerationScreenTextOptionalParams)

偵測超過 100 種語言的不雅內容,並針對自訂和共用的封鎖清單進行比對。

function screenText(textContentType: TextContentType, textContent: HttpRequestBody, options?: TextModerationScreenTextOptionalParams): Promise<TextModerationScreenTextResponse>

參數

textContentType
TextContentType

內容型別。 可能的值包括:'text/plain'、'text/html'、'text/xml'、'text/markdown'

textContent
HttpRequestBody

要畫面的內容。

options
TextModerationScreenTextOptionalParams

選擇性參數

傳回

Promise < Models.TextModerationScreenTextResponse>

screenText(TextContentType, HttpRequestBody, TextModerationScreenTextOptionalParams, ServiceCallback<Screen>)

function screenText(textContentType: TextContentType, textContent: HttpRequestBody, options: TextModerationScreenTextOptionalParams, callback: ServiceCallback<Screen>)

參數

textContentType
TextContentType

內容型別。 可能的值包括:'text/plain'、'text/html'、'text/xml'、'text/markdown'

textContent
HttpRequestBody

要畫面的內容。

options
TextModerationScreenTextOptionalParams

選擇性參數

callback

ServiceCallback<Screen>

回呼