TextModerationExtensions.DetectLanguage メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この操作により、指定された入力コンテンツの言語が検出されます。 <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
画面に表示するコンテンツ。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET