Class BlobIndexerPdfTextRotationAlgorithm
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BlobIndexerPdfTextRotationAlgorithm>
com.azure.search.documents.indexes.models.BlobIndexerPdfTextRotationAlgorithm
public final class BlobIndexerPdfTextRotationAlgorithm
extends com.azure.core.util.ExpandableStringEnum<BlobIndexerPdfTextRotationAlgorithm>
Defines values for BlobIndexerPdfTextRotationAlgorithm.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BlobIndexerPdfTextRotationAlgorithm
Static value detectAngles for BlobIndexerPdfTextRotationAlgorithm.static final BlobIndexerPdfTextRotationAlgorithm
Static value none for BlobIndexerPdfTextRotationAlgorithm. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a BlobIndexerPdfTextRotationAlgorithm from its string representation.values()
Gets known BlobIndexerPdfTextRotationAlgorithm values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value none for BlobIndexerPdfTextRotationAlgorithm. -
DETECT_ANGLES
Static value detectAngles for BlobIndexerPdfTextRotationAlgorithm.
-
-
Constructor Details
-
BlobIndexerPdfTextRotationAlgorithm
public BlobIndexerPdfTextRotationAlgorithm()
-
-
Method Details
-
fromString
Creates or finds a BlobIndexerPdfTextRotationAlgorithm from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding BlobIndexerPdfTextRotationAlgorithm.
-
values
Gets known BlobIndexerPdfTextRotationAlgorithm values.- Returns:
- known BlobIndexerPdfTextRotationAlgorithm values.
-