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

Name Description
DocumentBuildMode(String)

Initializes a new instance of DocumentBuildMode.

Properties

Name Description
Generative

Enable documents of all types using generative AI techniques.

Neural

Support documents with diverse visual templates.

Template

Target documents with similar visual templates.

Methods

Name Description
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

Name Description
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