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