DetectedTerms コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DetectedTerms() |
DetectedTerms クラスの新しいインスタンスを初期化します。 |
DetectedTerms(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String) |
DetectedTerms クラスの新しいインスタンスを初期化します。 |
DetectedTerms()
DetectedTerms クラスの新しいインスタンスを初期化します。
public DetectedTerms ();
Public Sub New ()
適用対象
DetectedTerms(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)
DetectedTerms クラスの新しいインスタンスを初期化します。
public DetectedTerms (int? index = default, int? originalIndex = default, int? listId = default, string term = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedTerms : Nullable<int> * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.DetectedTerms
Public Sub New (Optional index As Nullable(Of Integer) = Nothing, Optional originalIndex As Nullable(Of Integer) = Nothing, Optional listId As Nullable(Of Integer) = Nothing, Optional term As String = Nothing)
パラメーター
- term
- String
不適切な表現が検出されました。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET