Options
All
  • Public
  • Public/Protected
  • All
Menu

Parameters for asset tag detection.

Hierarchy

  • AssetTagDetectionParameters

Index

Properties

Optional assetSubtreeIds

assetSubtreeIds: number[]

Search for external ID or name of assets that are in a subtree rooted at one of the assetSubtreeIds (including the roots given).

example

[1,2]

Optional partialMatch

partialMatch: undefined | false | true

Allow partial (fuzzy) matching of detected external IDs in the file. Will only match when it is possible to do so unambiguously.

example

true

Optional threshold

The confidence threshold returns predictions as positive if their confidence score is the selected value or higher. A higher confidence threshold increases precision but lowers recall, and vice versa.