TextModeration クラス

定義

TextModeration 操作。

public class TextModeration : Microsoft.Azure.CognitiveServices.ContentModerator.ITextModeration, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.ContentModerator.ContentModeratorClient>
type TextModeration = class
    interface IServiceOperations<ContentModeratorClient>
    interface ITextModeration
Public Class TextModeration
Implements IServiceOperations(Of ContentModeratorClient), ITextModeration
継承
TextModeration
実装

コンストラクター

TextModeration(ContentModeratorClient)

TextModeration クラスの新しいインスタンスを初期化します。

プロパティ

Client

ContentModeratorClient への参照を取得します

メソッド

DetectLanguageWithHttpMessagesAsync(String, Stream, Dictionary<String,List<String>>, CancellationToken)

この操作により、指定された入力コンテンツの言語が検出されます。 <href="http://www-01.sil.org/iso639-3/codes.asp"を返します。>送信されたテキストを構成する主要言語の ISO 639-3 コード</a>。 110 言語以上をサポートしています。

ScreenTextWithHttpMessagesAsync(String, Stream, String, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>, Dictionary<String, List<String>>, CancellationToken)

不適切な表現を検出し、カスタムブラックリストと共有ブラックリストと照合する

拡張メソッド

DetectLanguage(ITextModeration, String, Stream)

この操作により、指定された入力コンテンツの言語が検出されます。 <href="http://www-01.sil.org/iso639-3/codes.asp"を返します。>送信されたテキストを構成する主要言語の ISO 639-3 コード</a>。 110 言語以上をサポートしています。

DetectLanguageAsync(ITextModeration, String, Stream, CancellationToken)

この操作により、指定された入力コンテンツの言語が検出されます。 <href="http://www-01.sil.org/iso639-3/codes.asp"を返します。>送信されたテキストを構成する主要言語の ISO 639-3 コード</a>。 110 言語以上をサポートしています。

ScreenText(ITextModeration, String, Stream, String, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>)

不適切な表現を検出し、カスタムブラックリストと共有ブラックリストと照合する

ScreenTextAsync(ITextModeration, String, Stream, String, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>, CancellationToken)

不適切な表現を検出し、カスタムブラックリストと共有ブラックリストと照合する

適用対象