Uses of Class
com.azure.ai.documentintelligence.models.SplitMode
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of SplitMode in com.azure.ai.documentintelligence.models
Modifier and TypeFieldDescriptionstatic final SplitMode
SplitMode.AUTO
Automatically split file into documents.static final SplitMode
SplitMode.NONE
Treat the entire file as a single document.static final SplitMode
SplitMode.PER_PAGE
Treat each page in the file as a separate document.Modifier and TypeMethodDescriptionstatic SplitMode
SplitMode.fromString
(String name) Creates or finds a SplitMode from its string representation.ClassifyDocumentOptions.getSplit()
Gets the split mode.ComposeDocumentModelOptions.getSplit()
Get the split property: File splitting behavior.DocumentModelDetails.getSplit()
Get the split property: For composed models, the file splitting behavior.Modifier and TypeMethodDescriptionstatic Collection
<SplitMode> SplitMode.values()
Gets known SplitMode values.Modifier and TypeMethodDescriptionSets the split mode.Set the split property: File splitting behavior.