Uses of Class
com.oracle.bmc.aidocument.model.SelectionMark.State
-
Packages that use SelectionMark.State Package Description com.oracle.bmc.aidocument.model -
-
Uses of SelectionMark.State in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return SelectionMark.State Modifier and Type Method Description static SelectionMark.State
SelectionMark.State. create(String key)
SelectionMark.State
SelectionMark. getState()
String to display if checkbox is selected or not selected.static SelectionMark.State
SelectionMark.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static SelectionMark.State[]
SelectionMark.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aidocument.model with parameters of type SelectionMark.State Modifier and Type Method Description SelectionMark.Builder
SelectionMark.Builder. state(SelectionMark.State state)
String to display if checkbox is selected or not selected.Constructors in com.oracle.bmc.aidocument.model with parameters of type SelectionMark.State Constructor Description SelectionMark(SelectionMark.State state, Float confidence, BoundingPolygon boundingPolygon)
Deprecated.
-