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

CustomEntityRecognitionBatchAction interface

自定义实体识别批处理操作的选项。

扩展

属性

kind

操作的类型。

继承属性

actionName

操作的名称。

deploymentName
disableServiceLogs

如果设置为 true,则选择退出记录文本输入进行故障排除。 默认情况下,认知语言服务将输入文本记录 48 小时,仅用于排查问题。 将此参数设置为 true,在日志记录中禁用,并可能限制我们修正所发生的问题的能力。

默认值为 false。

projectName
stringIndexType

指定用于计算偏移量和长度属性的度量单位。 有关可能值的列表,请参阅 KnownStringIndexType

默认值为 JavaScript 的默认值,即“Utf16CodeUnit”。

属性详细信息

kind

操作的类型。

kind: "CustomEntityRecognition"

属性值

"CustomEntityRecognition"

继承属性详细信息

actionName

操作的名称。

actionName?: string

属性值

string

继承自AnalyzeBatchActionCommon.actionName

deploymentName

deploymentName: string

属性值

string

继承自 CustomEntityRecognitionAction.deploymentName

disableServiceLogs

如果设置为 true,则选择退出记录文本输入进行故障排除。 默认情况下,认知语言服务将输入文本记录 48 小时,仅用于排查问题。 将此参数设置为 true,在日志记录中禁用,并可能限制我们修正所发生的问题的能力。

默认值为 false。

disableServiceLogs?: boolean

属性值

boolean

继承自 CustomEntityRecognitionAction.disableServiceLogs

projectName

projectName: string

属性值

string

继承自 CustomEntityRecognitionAction.projectName

stringIndexType

指定用于计算偏移量和长度属性的度量单位。 有关可能值的列表,请参阅 KnownStringIndexType

默认值为 JavaScript 的默认值,即“Utf16CodeUnit”。

stringIndexType?: string

属性值

string

继承自 CustomEntityRecognitionAction.stringIndexType