你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DetectorInfo 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检测器的定义
public class DetectorInfo
type DetectorInfo = class
Public Class DetectorInfo
- 继承
-
DetectorInfo
构造函数
DetectorInfo() |
初始化 DetectorInfo 类的新实例。 |
DetectorInfo(String, String, String, String, String, IList<SupportTopic>, IList<String>, Nullable<DetectorType>, Nullable<Double>) |
初始化 DetectorInfo 类的新实例。 |
属性
AnalysisType |
获取此检测器应应用于的分析类型。 |
Author |
获取检测器的作者。 |
Category |
获取问题类别。 这用于组织检测器的组。 |
Description |
获取检测器的简短说明及其用途。 |
Id |
获取检测器的 ID |
Name |
获取检测器的名称 |
Score |
获取定义检测器的分数,以便为基于 ML 的匹配提供支持。 |
SupportTopicList |
获取为其启用此检测器的支持主题的列表。 |
Type |
获取此检测器是否为分析检测器。 可能的值包括:“Detector”、“Analysis”、“CategoryOverview” |