次の方法で共有


DetectedTerms コンストラクター

定義

オーバーロード

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)

パラメーター

index
Nullable<Int32>

入力テキスト コンテンツで検出された不適切な表現の Index(Location)。

originalIndex
Nullable<Int32>

入力テキスト コンテンツで検出された不適切な表現の元の Index(Location)。

listId
Nullable<Int32>

一致した用語リスト ID。

term
String

不適切な表現が検出されました。

適用対象