Join us on May 20th for the Content + AI Virtual Summit. Register now
{
"type": "skill_card",
"skill_card_type": "timeline",
"skill": {
"type": "service",
"id": "image-recognition-service"
},
"invocation": {
"type": "skill_invocation",
"id": "image-recognition-service-123"
},
"entries": [
{
"text": "John",
"appears": [
{
"start": 1,
"end": 20
}
],
"image_url": "https://example.com/image1.jpg"
}
],
"created_at": "2018-04-13T13:53:23-07:00",
"duration": 1000
}Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
A Box Skill metadata card that places a list of images on a timeline.
The value will always be skill_card.
skill_card "skill_card"
The value will always be timeline.
timeline "timeline"
The service that applied this metadata.
Show child attributes
The invocation of this service, used to track which instance of a service applied the metadata.
Show child attributes
A list of entries on the timeline.
Show child attributes
The optional date and time this card was created at.
"2018-04-13T13:53:23-07:00"
The title of the card.
Show child attributes
An total duration in seconds of the timeline.
1000
Was this page helpful?