Freigeben über


BlobIndexerPdfTextRotationAlgorithm Struktur

Definition

Bestimmt den Algorithmus für die Textextraktion aus PDF-Dateien in Azure Blob Storage.

public readonly struct BlobIndexerPdfTextRotationAlgorithm : IEquatable<Azure.Search.Documents.Indexes.Models.BlobIndexerPdfTextRotationAlgorithm>
type BlobIndexerPdfTextRotationAlgorithm = struct
Public Structure BlobIndexerPdfTextRotationAlgorithm
Implements IEquatable(Of BlobIndexerPdfTextRotationAlgorithm)
Vererbung
BlobIndexerPdfTextRotationAlgorithm
Implementiert

Konstruktoren

BlobIndexerPdfTextRotationAlgorithm(String)

Initialisiert eine neue Instanz von BlobIndexerPdfTextRotationAlgorithm.

Eigenschaften

DetectAngles

Kann bessere und besser lesbare Textextraktion aus PDF-Dateien erzeugen, die gedrehten Text darin enthalten. Beachten Sie, dass sich die Verwendung dieses Parameters nur geringfügig auf die Leistungsgeschwindigkeit auswirkt. Dieser Parameter gilt nur für PDF-Dateien und nur für PDF-Dateien mit eingebettetem Text. Wenn der gedrehte Text in einem eingebetteten Bild in der PDF-Datei angezeigt wird, gilt dieser Parameter nicht.

None

Nutzt die normale Textextraktion. Dies ist die Standardeinstellung.

Methoden

Equals(BlobIndexerPdfTextRotationAlgorithm)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(BlobIndexerPdfTextRotationAlgorithm, BlobIndexerPdfTextRotationAlgorithm)

Bestimmt, ob zwei BlobIndexerPdfTextRotationAlgorithm Werte gleich sind.

Implicit(String to BlobIndexerPdfTextRotationAlgorithm)

Konvertiert eine Zeichenfolge in eine BlobIndexerPdfTextRotationAlgorithm.

Inequality(BlobIndexerPdfTextRotationAlgorithm, BlobIndexerPdfTextRotationAlgorithm)

Bestimmt, ob zwei BlobIndexerPdfTextRotationAlgorithm Werte nicht identisch sind.

Gilt für: