ContentUnderstandingSkillExtractionOptions Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. search. documents. indexes. models. ContentUnderstandingSkillExtractionOptions
- com.
- com.
public final class ContentUnderstandingSkillExtractionOptions
extends ExpandableStringEnum<ContentUnderstandingSkillExtractionOptions>
Controls the cardinality of the content extracted from the document by the skill.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Content |
IMAGES
Specify that image content should be extracted from the document. |
|
static final
Content |
LOCATION_METADATA
Specify that location metadata should be extracted from the document. |
Constructor Summary
| Constructor | Description |
|---|---|
| ContentUnderstandingSkillExtractionOptions() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Content |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Content |
fromString(String name)
Creates or finds a Content |
|
static
Collection<Content |
values()
Gets known Content |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
IMAGES
public static final ContentUnderstandingSkillExtractionOptions IMAGES
Specify that image content should be extracted from the document.
LOCATION_METADATA
public static final ContentUnderstandingSkillExtractionOptions LOCATION_METADATA
Specify that location metadata should be extracted from the document.
Constructor Details
ContentUnderstandingSkillExtractionOptions
@Deprecated
public ContentUnderstandingSkillExtractionOptions()
Deprecated
Creates a new instance of ContentUnderstandingSkillExtractionOptions value.
Method Details
fromString
public static ContentUnderstandingSkillExtractionOptions fromString(String name)
Creates or finds a ContentUnderstandingSkillExtractionOptions from its string representation.
Parameters:
Returns:
values
public static Collection<ContentUnderstandingSkillExtractionOptions> values()
Gets known ContentUnderstandingSkillExtractionOptions values.
Returns: