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

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

DocumentContentFormat(String)

Initializes a new instance of DocumentContentFormat.

Properties

Markdown

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

Text

Plain text representation of the document content without any formatting.

Methods

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

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