Uses of Class
com.azure.search.documents.indexes.models.BlobIndexerPdfTextRotationAlgorithm
Packages that use BlobIndexerPdfTextRotationAlgorithm
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of BlobIndexerPdfTextRotationAlgorithm in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as BlobIndexerPdfTextRotationAlgorithmModifier and TypeFieldDescriptionstatic final BlobIndexerPdfTextRotationAlgorithm
BlobIndexerPdfTextRotationAlgorithm.DETECT_ANGLES
Static value detectAngles for BlobIndexerPdfTextRotationAlgorithm.static final BlobIndexerPdfTextRotationAlgorithm
BlobIndexerPdfTextRotationAlgorithm.NONE
Static value none for BlobIndexerPdfTextRotationAlgorithm.Methods in com.azure.search.documents.indexes.models that return BlobIndexerPdfTextRotationAlgorithmModifier and TypeMethodDescriptionBlobIndexerPdfTextRotationAlgorithm.fromString
(String name) Creates or finds a BlobIndexerPdfTextRotationAlgorithm from its string representation.IndexingParametersConfiguration.getPdfTextRotationAlgorithm()
Get the pdfTextRotationAlgorithm property: Determines algorithm for text extraction from PDF files in Azure blob storage.Methods in com.azure.search.documents.indexes.models that return types with arguments of type BlobIndexerPdfTextRotationAlgorithmModifier and TypeMethodDescriptionBlobIndexerPdfTextRotationAlgorithm.values()
Gets known BlobIndexerPdfTextRotationAlgorithm values.Methods in com.azure.search.documents.indexes.models with parameters of type BlobIndexerPdfTextRotationAlgorithmModifier and TypeMethodDescriptionIndexingParametersConfiguration.setPdfTextRotationAlgorithm
(BlobIndexerPdfTextRotationAlgorithm pdfTextRotationAlgorithm) Set the pdfTextRotationAlgorithm property: Determines algorithm for text extraction from PDF files in Azure blob storage.