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

DocumentIntelligenceLayoutSkill interface

通过 Azure AI 服务从扩充管道中的文件中提取内容和布局信息的技能。

扩展

属性

chunkingProperties

控制内容分块的基数。

extractionOptions

控制技能从文档中提取的内容的基数

markdownHeaderDepth

markdown 输出中标头的深度。 默认值为 h6。

odatatype

多态鉴别器,它指定此对象可以的不同类型的

outputFormat

控制输出格式的基数。 默认值为“markdown”。

outputMode

控制技能生成的输出的基数。 默认值为“oneToMany”。

继承属性

context

表示执行操作的级别,例如文档根或文档内容(例如 /document 或 /document/content)。 默认值为 /document。

description

描述技能的说明,描述技能的输入、输出和用法。

inputs

技能的输入可以是源数据集中的列,也可以是上游技能的输出。

name

唯一标识技能集内的技能的名称。 未定义名称的技能将在技能数组中为其基于 1 的索引提供默认名称,其前缀为字符“#”。

outputs

技能的输出是搜索索引中的字段,或者是另一个技能可以用作输入的值。

属性详细信息

chunkingProperties

控制内容分块的基数。

chunkingProperties?: DocumentIntelligenceLayoutSkillChunkingProperties

属性值

extractionOptions

控制技能从文档中提取的内容的基数

extractionOptions?: string[]

属性值

string[]

markdownHeaderDepth

markdown 输出中标头的深度。 默认值为 h6。

markdownHeaderDepth?: string

属性值

string

odatatype

多态鉴别器,它指定此对象可以的不同类型的

odatatype: "#Microsoft.Skills.Util.DocumentIntelligenceLayoutSkill"

属性值

"#Microsoft.Skills.Util.DocumentIntelligenceLayoutSkill"

outputFormat

控制输出格式的基数。 默认值为“markdown”。

outputFormat?: string

属性值

string

outputMode

控制技能生成的输出的基数。 默认值为“oneToMany”。

outputMode?: string

属性值

string

继承属性详细信息

context

表示执行操作的级别,例如文档根或文档内容(例如 /document 或 /document/content)。 默认值为 /document。

context?: string

属性值

string

继承自SearchIndexerSkill.context

description

描述技能的说明,描述技能的输入、输出和用法。

description?: string

属性值

string

继承自SearchIndexerSkill.description

inputs

技能的输入可以是源数据集中的列,也可以是上游技能的输出。

inputs: InputFieldMappingEntry[]

属性值

继承自SearchIndexerSkill.inputs

name

唯一标识技能集内的技能的名称。 未定义名称的技能将在技能数组中为其基于 1 的索引提供默认名称,其前缀为字符“#”。

name?: string

属性值

string

继承自 SearchIndexerSkill.name

outputs

技能的输出是搜索索引中的字段,或者是另一个技能可以用作输入的值。

outputs: OutputFieldMappingEntry[]

属性值

继承自SearchIndexerSkill.outputs