DocumentIdentifiers

data class DocumentIdentifiers(val permanentId: String, val sourcePdfSha256: String?, val changingId: String?, val layerName: String?)

Data class representing the document identifiers.

Parameters

permanentId

The permanent identifier of the document.

changingId

The changing identifier of the document.

layerName

Name of the layer that specifies the annotations to use. Only for Instant. If non null, means it is instant document. If empty layer is considered as default.

Constructors

Link copied to clipboard
constructor(permanentId: String, sourcePdfSha256: String?, changingId: String?, layerName: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard