Get media name dynamically from a service
Hello, community,
How can I get a media name in a script? The aim is to get the descriptions of images from dynamic media. Meaning not just from one image but from different images. I have the code below, is there are snippets that I can use to achieve this?
// description: STRING
var mediaName = (a snippet required)
let description = MediaEntities["RampConveyor"].GetDescription();
let result = description;
your suggestions will really help thank you.
Jay_nisa


