Share via


DocumentBuildMode Struct

Definition

Custom document model build mode.

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

Constructors

DocumentBuildMode(String)

Initializes a new instance of DocumentBuildMode.

Properties

Neural

Support documents with diverse visual templates.

Template

Target documents with similar visual templates.

Methods

Equals(DocumentBuildMode)

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(DocumentBuildMode, DocumentBuildMode)

Determines if two DocumentBuildMode values are the same.

Implicit(String to DocumentBuildMode)

Converts a string to a DocumentBuildMode.

Inequality(DocumentBuildMode, DocumentBuildMode)

Determines if two DocumentBuildMode values are not the same.

Applies to