CustomEntityRecognitionBatchAction interface
自定义实体识别批处理操作的选项。
属性
| kind | 操作的类型。 |
继承属性
| action |
操作的名称。 |
| deployment |
|
| disable |
如果设置为 true,则选择退出记录文本输入进行故障排除。 默认情况下,认知语言服务将输入文本记录 48 小时,仅用于排查问题。 将此参数设置为 true,在日志记录中禁用,并可能限制我们修正所发生的问题的能力。 默认值为 false。 |
| project |
|
| string |
指定用于计算偏移量和长度属性的度量单位。 有关可能值的列表,请参阅 KnownStringIndexType。 默认值为 JavaScript 的默认值,即“Utf16CodeUnit”。 |
属性详细信息
kind
操作的类型。
kind: "CustomEntityRecognition"
属性值
"CustomEntityRecognition"
继承属性详细信息
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