Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
{
"type": "skill_card",
"skill_card_type": "transcript",
"skill": {
"type": "service",
"id": "transciption-service"
},
"invocation": {
"type": "skill_invocation",
"id": "transciption-service-123"
},
"entries": [
{
"text": "Hi, and welcome to this video...",
"appears": [
{
"start": 1
}
]
}
],
"created_at": "2018-04-13T13:53:23-07:00",
"duration": 1000
}A Box Skill metadata card that adds a transcript to a file.
The value will always be skill_card.
skill_card "skill_card"
The value will always be transcript.
transcript "transcript"
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
An list of entries for the card. This represents the individual entries of the transcription.
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 optional total duration in seconds.
Used with a skill_card_type of transcript or timeline.
1000
Was this page helpful?