DocumentIntelligenceLayoutSkill.OutputFormat 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 output format. Default is 'markdown'.
public Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillOutputFormat? OutputFormat { get; set; }
member this.OutputFormat : Nullable<Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillOutputFormat> with get, set
Public Property OutputFormat As Nullable(Of DocumentIntelligenceLayoutSkillOutputFormat)