Share via


DocumentIntelligenceLayoutSkillOutputFormat Struct

Definition

Controls the cardinality of the output format. Default is 'markdown'.

public readonly struct DocumentIntelligenceLayoutSkillOutputFormat : IEquatable<Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillOutputFormat>
type DocumentIntelligenceLayoutSkillOutputFormat = struct
Public Structure DocumentIntelligenceLayoutSkillOutputFormat
Implements IEquatable(Of DocumentIntelligenceLayoutSkillOutputFormat)
Inheritance
DocumentIntelligenceLayoutSkillOutputFormat
Implements

Constructors

DocumentIntelligenceLayoutSkillOutputFormat(String)

Initializes a new instance of DocumentIntelligenceLayoutSkillOutputFormat.

Properties

Markdown

Specify the format of the output as markdown.

Text

Specify the format of the output as text.

Methods

Equals(DocumentIntelligenceLayoutSkillOutputFormat)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DocumentIntelligenceLayoutSkillOutputFormat, DocumentIntelligenceLayoutSkillOutputFormat)

Determines if two DocumentIntelligenceLayoutSkillOutputFormat values are the same.

Implicit(String to DocumentIntelligenceLayoutSkillOutputFormat)

Converts a String to a DocumentIntelligenceLayoutSkillOutputFormat.

Inequality(DocumentIntelligenceLayoutSkillOutputFormat, DocumentIntelligenceLayoutSkillOutputFormat)

Determines if two DocumentIntelligenceLayoutSkillOutputFormat values are not the same.

Applies to