PdfPublicationMetadataData

class PdfPublicationMetadataData(val all: List<PublicationMetadataItem>, val identifierIndexes: List<Int>, val languageIndexes: List<Int>, val titleIndexes: List<Int>) : PublicationMetadataData

Contains all metadata items extracted from a PDF publication.

Constructors

Link copied to clipboard
fun PdfPublicationMetadataData(all: List<PublicationMetadataItem>, identifierIndexes: List<Int>, languageIndexes: List<Int>, titleIndexes: List<Int>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

All publication metadata items.

Link copied to clipboard

The indexes into the list of metadata items, where publication identifier items can be found.

Link copied to clipboard

The indexes into the list of metadata items, where publication language items can be found.

Link copied to clipboard

The indexes into the list of metadata items, where publication title items can be found.

Link copied to clipboard

Describes the most specific subtype of IPublicationMetadata this object conforms to.