TextModerationExtensions.DetectLanguage メソッド

定義

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

public static Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedLanguage DetectLanguage (this Microsoft.Azure.CognitiveServices.ContentModerator.ITextModeration operations, string textContentType, System.IO.Stream textContent);
static member DetectLanguage : Microsoft.Azure.CognitiveServices.ContentModerator.ITextModeration * string * System.IO.Stream -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedLanguage
<Extension()>
Public Function DetectLanguage (operations As ITextModeration, textContentType As String, textContent As Stream) As DetectedLanguage

パラメーター

operations
ITextModeration

この拡張メソッドの操作グループ。

textContentType
String

コンテンツの種類。 指定できる値は、'text/plain'、'text/html'、'text/xml'、'text/markdown' です。

textContent
Stream

画面に表示するコンテンツ。

戻り値

適用対象