Retrieve text recognized in video (OCR)
This method retrieves text recognized in video (OCR).
Path parameters
index-id
The unique identifier of the index to which the video has been uploaded.
video-id
The unique identifier of the video.
Headers
x-api-key
Query parameters
start
The start of the time range (in seconds) to retrieve OCRs for.
end
The end of the time range (in seconds) to retrieve OCRs for.
Response
OCRs have successfully been retrieved.
id
The unique identifier of the video.
data
An array that contains the OCR elements. For each time range for which the platform finds OCR elements, it returns an object that contains the fields below.
If the platform doesn’t find any OCR elements, the data
field is set to None
.
index_id
The unique identifier of the index to which the video has been updated.