你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

索引 (位置) 输入文本内容中检测到的不当字词。

originalIndex
Nullable<Int32>

原始索引 (位置) 输入文本内容中检测到的亵渎字词。

listId
Nullable<Int32>

匹配的术语列表 ID。

term
String

检测到不雅字词。

适用于