Class KnowledgeSourceContentExtractionMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KnowledgeSourceContentExtractionMode>
com.azure.search.documents.indexes.models.KnowledgeSourceContentExtractionMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class KnowledgeSourceContentExtractionMode
extends com.azure.core.util.ExpandableStringEnum<KnowledgeSourceContentExtractionMode>
Optional content extraction mode. Default is 'minimal'.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KnowledgeSourceContentExtractionModeExtracts only essential metadata while deferring most content processing.static final KnowledgeSourceContentExtractionModePerforms the full default content extraction pipeline. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a KnowledgeSourceContentExtractionMode from its string representation.values()Gets known KnowledgeSourceContentExtractionMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MINIMAL
Extracts only essential metadata while deferring most content processing. -
STANDARD
Performs the full default content extraction pipeline.
-
-
Constructor Details
-
KnowledgeSourceContentExtractionMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of KnowledgeSourceContentExtractionMode value.
-
-
Method Details
-
fromString
Creates or finds a KnowledgeSourceContentExtractionMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding KnowledgeSourceContentExtractionMode.
-
values
Gets known KnowledgeSourceContentExtractionMode values.- Returns:
- known KnowledgeSourceContentExtractionMode values.
-
fromString(String)factory method.