Uses of Class
com.oracle.bmc.aidocument.model.SelectionMark
-
Packages that use SelectionMark Package Description com.oracle.bmc.aidocument.model -
-
Uses of SelectionMark in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return SelectionMark Modifier and Type Method Description SelectionMark
SelectionMark.Builder. build()
Methods in com.oracle.bmc.aidocument.model that return types with arguments of type SelectionMark Modifier and Type Method Description List<SelectionMark>
Page. getSelectionMarks()
The checkboxes and selection marks detected on the page.Methods in com.oracle.bmc.aidocument.model with parameters of type SelectionMark Modifier and Type Method Description SelectionMark.Builder
SelectionMark.Builder. copy(SelectionMark model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type SelectionMark Modifier and Type Method Description Page.Builder
Page.Builder. selectionMarks(List<SelectionMark> selectionMarks)
The checkboxes and selection marks detected on the page.
-