Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you have a facette on a field saying to not display it in some context but you still want to display it in the detail page, you can set a property "doNotHonorFacets": true to the related field to force it to be displayed.

Configuring AI Insights

...

It’s possible to add an “AI Insights” tab for videos with three different AI options:

  • objects

  • concepts

  • and timeline

Config path

Default value

Description

$common.namedDisplays.defaultAssetDetailTabAssetInsights.config

Code Block
[
  "detailFieldAiConcepts",
  "assetInsightsAiLabels",
  "assetInsightsAiKeywords",
  "assetInsightsAiTimeline"
]

An array containing the tabs to display:

  • assetInsightsAiLabels will display objects

  • assetInsightsAiKeywords will display the concepts

  • assetInsightsAiTimeline will display the timeline.

If none of the three items are in the configuration, the “AI Insights” tab won’t be shown.