Organízate con las colecciones
Guarda y clasifica el contenido según tus preferencias.
Detección de texto aplica el reconocimiento óptico de caracteres (OCR) para detectar texto visible en los fotogramas de un vídeo o en segmentos de vídeo, y devuelve el texto detectado junto con información sobre la ubicación a nivel de fotograma y la marca de tiempo del vídeo correspondiente a ese texto.
La detección de texto es especialmente útil en casos prácticos de medios y entretenimiento, como detectar y extraer listas de reparto al final de series y películas, o detectar la presencia de subtítulos insertados.
La detección de texto está disponible en los idiomas compatibles con la API Cloud Vision.
Para detectar texto visible en un vídeo o en segmentos de vídeo, llama al método
annotate
y especifica
TEXT_DETECTION
en el campo features.
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Es difícil de entender","hardToUnderstand","thumb-down"],["La información o el código de muestra no son correctos","incorrectInformationOrSampleCode","thumb-down"],["Me faltan las muestras o la información que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-08-21 (UTC)."],[],[],null,["# Text Detection\n\n*Text Detection* performs Optical Character Recognition (OCR) to detect\nvisible text from frames in a video, or video segments, and returns the\ndetected text along with information about the frame-level location and\ntimestamp in the video for that text.\n\nText Detection is particularly useful for media \\& entertainment use cases,\nincluding, detecting and extracting cast lists at the end of shows and movies,\nor detecting the presence of burnt-in subtitles.\n\nText detection is available for the [languages](/vision/docs/languages)\nsupported by the Cloud Vision API.\n\nTo detect visible text from a video or video segments, call the\n[`annotate`](/video-intelligence/docs/reference/rest/v1p2beta1/videos/annotate)\nmethod and specify\n[`TEXT_DETECTION`](/video-intelligence/docs/reference/rest/v1p2beta1/videos#Feature)\nin the `features` field.\n\nCheck out the [Video Intelligence API visualizer](https://zackakil.github.io/video-intelligence-api-visualiser/#Text%20Detection) to see this feature in action.\n\nFor examples of requesting text detection and getting the annotated results,\nsee [Text Detection](/video-intelligence/docs/text-detection)."]]