textDetections property
An array of text detected in the video. Each element contains the detected text, the time in milliseconds from the start of the video that the text was detected, and where it was detected on the screen.
Implementation
final List<TextDetectionResult>? textDetections;