aceCategorization

This domain object operates on the type aceCategorization.

The Domain Object

.getFile(fileName: string) ⟶ object

Returns the file info object associated with fileName, or undefined if not found.

getTaxonomyIds() ⟶ Array

Returns an array of taxonomyIds.

.setTaxonomyIds(taxonomyIds: Array)

Sets taxonomy IDs to taxonomyIds.

.getMetadata(): ⟶Object

Returns the metadata as an object.

setMetadata(metadata: Object)

Sets the metadata to metadata.