DocumentIntelligenceLayoutSkill.ExtractionOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls the cardinality of the content extracted from the document by the skill.
public System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillExtractionOptions> ExtractionOptions { get; set; }
member this.ExtractionOptions : System.Collections.Generic.IList<Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillExtractionOptions> with get, set
Public Property ExtractionOptions As IList(Of DocumentIntelligenceLayoutSkillExtractionOptions)