Uses of Class
com.oracle.bmc.aidocument.model.BarCode
-
Packages that use BarCode Package Description com.oracle.bmc.aidocument.model -
-
Uses of BarCode in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return BarCode Modifier and Type Method Description BarCode
BarCode.Builder. build()
Methods in com.oracle.bmc.aidocument.model that return types with arguments of type BarCode Modifier and Type Method Description List<BarCode>
Page. getBarCodes()
The bar codes detected on the page.Methods in com.oracle.bmc.aidocument.model with parameters of type BarCode Modifier and Type Method Description BarCode.Builder
BarCode.Builder. copy(BarCode model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type BarCode Modifier and Type Method Description Page.Builder
Page.Builder. barCodes(List<BarCode> barCodes)
The bar codes detected on the page.
-