Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, I Have A Question About Media Reporting. After Successfully Reporting A Video File To The "Debug Samples" Section Of A Specific Task, How Can I Programmatically Obtain A Url For That Video (Knowing The Task Name And The Name The Video Was Reported Wit

Hi, I have a question about media reporting.
After successfully reporting a video file to the "Debug Samples" section of a specific task, how can I programmatically obtain a URL for that video (knowing the task name and the name the video was reported with)?
I need the URL to be able to create simple HTML pages that will stream the same video from two different tasks side-by-side with synchronized playback so that I can compare the quality of two tasks more easily.

  
  
Posted 10 months ago
Votes Newest

Answers 2


@<1523701070390366208:profile|CostlyOstrich36> It works! thanks!

  
  
Posted 10 months ago

Hi @<1558986867771183104:profile|ShakyKangaroo32> , you can extract that using the API with events.debug_images - None

I suggest navigating to the UI and seeing what the UI sends when looking at debug samples with dev tools (F12)

  
  
Posted 10 months ago
511 Views
2 Answers
10 months ago
10 months ago
Tags