BlobIndexerPdfTextRotationAlgorithm 構造体

定義

Azure BLOB ストレージ内の PDF ファイルからのテキスト抽出のアルゴリズムを決定します。

public readonly struct BlobIndexerPdfTextRotationAlgorithm : IEquatable<Azure.Search.Documents.Indexes.Models.BlobIndexerPdfTextRotationAlgorithm>
type BlobIndexerPdfTextRotationAlgorithm = struct
Public Structure BlobIndexerPdfTextRotationAlgorithm
Implements IEquatable(Of BlobIndexerPdfTextRotationAlgorithm)
継承
BlobIndexerPdfTextRotationAlgorithm
実装

コンストラクター

BlobIndexerPdfTextRotationAlgorithm(String)

BlobIndexerPdfTextRotationAlgorithm の新しいインスタンスを初期化します。

プロパティ

DetectAngles

テキストが回転した PDF ファイルから、読みやすく読みやすいテキスト抽出が生成される場合があります。 このパラメーターを使用すると、パフォーマンス速度への影響が小さくなる可能性があることに注意してください。 このパラメーターは PDF ファイルにのみ適用され、テキストが埋め込まれた PDF にのみ適用されます。 回転したテキストが PDF の埋め込み画像内に表示される場合、このパラメーターは適用されません。

None

通常のテキスト抽出を利用します。 既定値です。

メソッド

Equals(BlobIndexerPdfTextRotationAlgorithm)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(BlobIndexerPdfTextRotationAlgorithm, BlobIndexerPdfTextRotationAlgorithm)

2 つの BlobIndexerPdfTextRotationAlgorithm 値が同じかどうかを判断します。

Implicit(String to BlobIndexerPdfTextRotationAlgorithm)

文字列を BlobIndexerPdfTextRotationAlgorithm に変換します。

Inequality(BlobIndexerPdfTextRotationAlgorithm, BlobIndexerPdfTextRotationAlgorithm)

2 つの BlobIndexerPdfTextRotationAlgorithm 値が同じでないかどうかを判断します。

適用対象