TextModeration class
TextModeration을 나타내는 클래스입니다.
생성자
Text |
TextModeration을 만듭니다. |
메서드
detect |
이 작업은 지정된 입력 콘텐츠의 언어를 검색합니다. 제출된 텍스트를 구성하는 주요 언어에 대한 ISO 639-3 코드를 반환합니다. 110개 이상의 언어가 지원됩니다. |
detect |
|
detect |
|
screen |
|
screen |
100개 이상의 언어로 욕설을 감지하고 사용자 지정 및 공유 블랙리스트와 일치합니다. |
screen |
생성자 세부 정보
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
콜백