TextModeration class
代表 TextModeration 的類別。
建構函式
Text |
建立 TextModeration。 |
方法
建構函式詳細資料
TextModeration(ContentModeratorClientContext)
建立 TextModeration。
new TextModeration(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<TextModerationDetectLanguageResponse>
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
選擇性參數
- callback
回呼
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
要畫面的內容。
- callback
回呼
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
回呼
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
要畫面的內容。
選擇性參數
傳回
Promise<TextModerationScreenTextResponse>
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
要畫面的內容。
選擇性參數
- callback
回呼