次の方法で共有


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