DocumentBuildMode Struct

Definition

The technique to use to build a custom model. For more information see here.

public readonly struct DocumentBuildMode : IEquatable<Azure.AI.FormRecognizer.DocumentAnalysis.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

The recommended mode when custom documents have different layouts. Fields are expected to be the same but they can be placed in different positions across documents.

Template

The recommended mode when the custom documents all have the same layout. Fields are expected to be in the same place across documents. Build time tends to be considerably shorter than Neural mode.

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