Share via


DocumentContentFormat Struct

Definition

Format of the content in analyzed result.

public readonly struct DocumentContentFormat : IEquatable<Azure.AI.DocumentIntelligence.DocumentContentFormat>
type DocumentContentFormat = struct
Public Structure DocumentContentFormat
Implements IEquatable(Of DocumentContentFormat)
Inheritance
DocumentContentFormat
Implements

Constructors

Name Description
DocumentContentFormat(String)

Initializes a new instance of DocumentContentFormat.

Properties

Name Description
Markdown

Markdown representation of the document content with section headings, tables, etc.

Text

Plain text representation of the document content without any formatting.

Methods

Name Description
Equals(DocumentContentFormat)

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

Name Description
Equality(DocumentContentFormat, DocumentContentFormat)

Determines if two DocumentContentFormat values are the same.

Implicit(String to DocumentContentFormat)

Converts a String to a DocumentContentFormat.

Inequality(DocumentContentFormat, DocumentContentFormat)

Determines if two DocumentContentFormat values are not the same.

Applies to