{"id":21655,"date":"2018-01-10T17:57:52","date_gmt":"2018-01-10T17:57:52","guid":{"rendered":"http:\/\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging"},"modified":"2025-03-09T12:10:22","modified_gmt":"2025-03-09T19:10:22","slug":"new_google_powered_add_on_for_automatic_video_categorization_and_tagging","status":"publish","type":"post","link":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging","title":{"rendered":"Video tagging made easy with Cloudinary: Google-powered add-on for automatic video tagging"},"content":{"rendered":"<div class=\"wp-block-cloudinary-markdown \"><p>Due to significant growth of the web and improvements in network bandwidth, video is now a major source of information and entertainment shared over the internet. If you are managing a library of corporate videos, user-uploaded videos, or even your own personal videos, you need a way to categorize them according to their content and make your video library searchable.<\/p>\n<p>Many organizations organize their video by metadata like the filename, or with user-generated tags (e.g., youtube video tags). This sort of manual indexing method is ineffective, because it is subjective to the user adding the tags, incomplete, and time consuming. What you need is a way to automatically tag videos, accurately and consistently.<\/p>\n<p>An automated video tagging system lets you easily manage and organize your videos:<\/p>\n<ul>\n<li>Enable in-house teams to find video resources they need<\/li>\n<li>Increase engagement by helping users easily find videos they\u2019re looking for<\/li>\n<li>Help you connect your users with common interests and help them find more content that would interest them<\/li>\n<li>Increase sales or advertising revenue by determining the main subjects that interest of your users, and using it to display relevant product recommendations or ads<\/li>\n<\/ul>\n<p>Introducing Cloudinary\u2019s <strong>Automatic Video Tagging<\/strong> add-on, powered by <a href=\"https:\/\/cloud.google.com\/video-intelligence\/\">Google Cloud Video Intelligence<\/a>, which is now fully integrated into Cloudinary\u2019s video management and delivery platform.<\/p>\n<p>Google\u2019s state-of-the-art machine learning can recognize visual objects and concepts in videos with surprisingly high accuracy. You can leverage the power of Google to tag a large number of videos, instantly and automatically.<\/p>\n<p>This is part of a series of articles about <a href=\"https:\/\/cloudinary.com\/guides\/video-effects\/video-editing-effects\">video editing effects<\/a>.<\/p>\n<h2>Using the Automatic Video Tagging add-on<\/h2>\n<p>Take a look at the following video of horses:<\/p>\n<p><video\n      controls\n      muted\n      preload=\"none\"\n      class=\"c-transformed-asset c-transformed-asset--video\"\n      poster=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/q_auto\/w_600\/horses.jpg\"\n      \n    >\n      <source src=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/q_auto\/w_600\/vc_h265\/horses.mp4\" type=\"video\/mp4; codecs=hevc\">\n<source src=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/q_auto\/w_600\/vc_vp9\/horses.webm\" type=\"video\/webm; codecs=vp9\">\n<source src=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/q_auto\/w_600\/vc_auto\/horses.mp4\" type=\"video\/mp4\">\n<source src=\"https:\/\/res.cloudinary.com\/demo\/video\/upload\/q_auto\/w_600\/vc_auto\/horses.webm\" type=\"video\/webm\">\n    <\/video><\/p>\n<p>Using the add-on, automatically assigning resource tags to the video is as simple as adding 2 parameters when either <a href=\"https:\/\/cloudinary.com\/documentation\/image_upload_api_reference#upload\">uploading<\/a> a new video or <a href=\"https:\/\/cloudinary.com\/documentation\/admin_api#update_resources\">updating<\/a> an existing video:<\/p>\n<ul>\n<li>Set the <code>categorization<\/code> parameter to <code>google_video_tagging<\/code>\n<\/li>\n<li>Set the <code>auto_tagging<\/code> parameter to the minimum confidence score you are willing to accept. Any tag above this score will be automatically added as a tag.<\/li>\n<\/ul>\n<p>For example, uploading the horses video and requesting automatic tagging for all categories meeting a confidence score of over 40%:<\/p>\n<cld-code-widget\n      class=\" c-code-widget\"\n      snippets=\"[{&quot;sdkId&quot;:&quot;ruby&quot;,&quot;framework&quot;:&quot;ruby&quot;,&quot;language&quot;:&quot;ruby&quot;,&quot;displayName&quot;:&quot;Ruby&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;rawCodeSnippet&quot;:&quot;Cloudinary::Uploader.upload(\\&quot;horses.mp4\\&quot;, \\n   :resource_type =&gt; :video, :categorization =&gt; \\&quot;google_video_tagging\\&quot;, :auto_tagging =&gt; 0.4)&quot;,&quot;codeSnippet&quot;:&quot;Cloudinary::Uploader.upload(\\&quot;horses.mp4\\&quot;, \\n   :resource_type =&gt; :video, :categorization =&gt; \\&quot;google_video_tagging\\&quot;, :auto_tagging =&gt; 0.4)&quot;},{&quot;sdkId&quot;:&quot;php&quot;,&quot;framework&quot;:&quot;php&quot;,&quot;language&quot;:&quot;php&quot;,&quot;displayName&quot;:&quot;PHP&quot;,&quot;packageName&quot;:&quot;cloudinary_php&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;,&quot;packageStatus&quot;:&quot;legacy&quot;,&quot;rawCodeSnippet&quot;:&quot;\\\\Cloudinary\\\\Uploader::upload(\\&quot;horses.mp4\\&quot;, \\n  array(\\&quot;categorization\\&quot; =&gt; \\&quot;google_video_tagging\\&quot;, \\&quot;auto_tagging\\&quot; =&gt; 0.4));&quot;,&quot;codeSnippet&quot;:&quot;\\\\Cloudinary\\\\Uploader::upload(\\&quot;horses.mp4\\&quot;, \\n  array(\\&quot;categorization\\&quot; =&gt; \\&quot;google_video_tagging\\&quot;, \\&quot;auto_tagging\\&quot; =&gt; 0.4));&quot;},{&quot;sdkId&quot;:&quot;python&quot;,&quot;framework&quot;:&quot;python&quot;,&quot;language&quot;:&quot;python&quot;,&quot;displayName&quot;:&quot;Python&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageVersion&quot;:&quot;1.x&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.uploader.upload(\\&quot;horses.mp4\\&quot;,\\n  categorization = \\&quot;google_video_tagging\\&quot;, auto_tagging = 0.4)&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.uploader.upload(\\&quot;horses.mp4\\&quot;,\\n  categorization = \\&quot;google_video_tagging\\&quot;, auto_tagging = 0.4)&quot;},{&quot;sdkId&quot;:&quot;nodejs&quot;,&quot;framework&quot;:&quot;nodejs&quot;,&quot;language&quot;:&quot;javascript&quot;,&quot;displayName&quot;:&quot;Node.js&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.uploader.upload(\\&quot;horses.mp4\\&quot;, \\n  function(result) { console.log(result); }, \\n  { categorization: \\&quot;google_video_tagging\\&quot;, auto_tagging: 0.4 });&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.uploader.upload(\\&quot;horses.mp4\\&quot;, \\n  function(result) { console.log(result); }, \\n  { categorization: \\&quot;google_video_tagging\\&quot;, auto_tagging: 0.4 });&quot;},{&quot;sdkId&quot;:&quot;java&quot;,&quot;framework&quot;:&quot;java&quot;,&quot;language&quot;:&quot;java&quot;,&quot;displayName&quot;:&quot;Java&quot;,&quot;packageName&quot;:&quot;cloudinary&quot;,&quot;packageVersion&quot;:&quot;2.x&quot;,&quot;packageStatus&quot;:&quot;&quot;,&quot;rawCodeSnippet&quot;:&quot;cloudinary.uploader().upload(\\&quot;horses.mp4\\&quot;, ObjectUtils.asMap(\\n  \\&quot;categorization\\&quot;, \\&quot;google_video_tagging\\&quot;, \\&quot;auto_tagging\\&quot;, \\&quot;0.4\\&quot;));&quot;,&quot;codeSnippet&quot;:&quot;cloudinary.uploader().upload(\\&quot;horses.mp4\\&quot;, ObjectUtils.asMap(\\n  \\&quot;categorization\\&quot;, \\&quot;google_video_tagging\\&quot;, \\&quot;auto_tagging\\&quot;, \\&quot;0.4\\&quot;));&quot;}]\"\n      parsed-url=\"[]\"\n      with-url=\"false\"\n    >\n      <span class=\"u-visually-hidden\">Loading code examples<\/span>\n    <\/cld-code-widget>\n<p>Once the categorization process completes, the information is returned to Cloudinary and all categories that exceed your specified confidence score are automatically added as tags on your video.<\/p>\n<p><a class=\"c-image-link\" href=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/dpr_2\/bo_3px_solid_black\/stallion.jpg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/res.cloudinary.com\/demo\/image\/upload\/dpr_2\/bo_3px_solid_black\/w_600\/stallion.jpg\" alt=\"stallion.jpg\" loading=\"lazy\" class=\"c-transformed-asset\"  width=\"1200\" height=\"430\"\/><\/a><\/p>\n<p>Below is a snippet of the upload response for the horse video:<\/p>\n<pre class=\"js-syntax-highlighted\" aria-describedby=\"shcb-language-1\" data-shcb-language-name=\"PHP\" data-shcb-language-slug=\"php\"><span><code class=\"hljs language-php shcb-wrap-lines\">{\n...\ntags<span class=\"hljs-string\">\"=&gt;  &#91;\"<\/span>animal<span class=\"hljs-string\">\", \"<\/span>freezing<span class=\"hljs-string\">\", \"<\/span>frost<span class=\"hljs-string\">\", \"<\/span>horse<span class=\"hljs-string\">\",  \u2026 ],\n\"<\/span>info<span class=\"hljs-string\">\": {\n   \"<\/span>google_video_tagging<span class=\"hljs-string\">\": {\n      \"<\/span>status<span class=\"hljs-string\">\": \"<\/span>complete<span class=\"hljs-string\">\",\n      \"<\/span>data<span class=\"hljs-string\">\": &#91;\n         &#91;{\"<\/span>tag<span class=\"hljs-string\">\": \"<\/span>horse<span class=\"hljs-string\">\", \n          \"<\/span>start_time_offset<span class=\"hljs-string\">\": 0.0, \n          \"<\/span>end_time_offset<span class=\"hljs-string\">\": 12.6364, \n          \"<\/span>confidence<span class=\"hljs-string\">\": 0.8906},\n          {\"<\/span>tag<span class=\"hljs-string\">\": \"<\/span>horse<span class=\"hljs-string\">\", \n          \"<\/span>start_time_offset<span class=\"hljs-string\">\": -1, \n          \"<\/span>end_time_offset<span class=\"hljs-string\">\": -1, \n          \"<\/span>confidence<span class=\"hljs-string\">\": 0.8906},\n          {\"<\/span>tag<span class=\"hljs-string\">\": \"<\/span>animal<span class=\"hljs-string\">\", \n          \"<\/span>start_time_offset<span class=\"hljs-string\">\": 0.0, \n          \"<\/span>end_time_offset<span class=\"hljs-string\">\": 13.47364, \n          \"<\/span>confidence<span class=\"hljs-string\">\": 0.8906},\n          \u2026 \n          ]\n...\n<\/span><\/code><\/span><small class=\"shcb-language\" id=\"shcb-language-1\"><span class=\"shcb-language__label\">Code language:<\/span> <span class=\"shcb-language__name\">PHP<\/span> <span class=\"shcb-language__paren\">(<\/span><span class=\"shcb-language__slug\">php<\/span><span class=\"shcb-language__paren\">)<\/span><\/small><\/pre>\n<h2>See automatic tagging in action!<\/h2>\n<p>Visit <a href=\"https:\/\/demo.cloudinary.com\/video\">Cloudinary\u2019s Video Transcoding demo<\/a> where you can check out the results of the automatic tagging add-on for a number of sample videos or even upload your own. You can also see examples of a variety of advanced video transformations as well as a demonstration of the Video Transcription add-on.<\/p>\n<h2>The benefits of video tagging<\/h2>\n<p>As can be seen in the example snippet above, various categories were automatically detected in the uploaded video and automatically added as tags. Each category is listed together with the start and end times of the relevant video segment (an offset time of -1 means the category represents the entire video) and the confidence score of the detected category, where 1.0 means 100% confidence.<\/p>\n<p>Once the video has been categorized, that information can be shared with your analytics tools. Cross-examining both the categorization and usage data can yield valuable insights into how different videos impact engagement and conversion. Do the videos show indoor or outdoor scenes? Do they include people? Animals? This information can then be leveraged for AB testing and user profiling.<\/p>\n<p>For example, you can test how different videos, (e.g., with or without animals) may impact engagement for a specific product or service, helping you utilize the optimal content when designing websites, apps or email campaigns. You may determine that a user watching videos of parties, events, sports, and music is probably a college student or young adult, whereas a user that uploads videos of parks, children, and playgrounds is more likely to be a parent. This knowledge can help you focus your content on the right audience and increase engagement and conversion.<\/p>\n<p>Additionally, a well indexed, organized library of videos can be leveraged across your entire organization. Tagging is particularly useful if your company has a constantly growing library of digital assets that need to be made available for various teams within your organization. For example, if the marketing team needs a video of a dog for an email campaign, they can search for and select the most appropriate video.<\/p>\n<p>Related content: Read our guide to <a href=\"https:\/\/cloudinary.com\/blog\/transparent-video-5-ways-to-add-transparency-to-videos\">transparent video<\/a> and <a href=\"https:\/\/cloudinary.com\/guides\/video-formats\/video-transcoding-a-practical-guide\">video transcoding<\/a>.<\/p>\n<h2>Leveraging video tagging for user-generated content (UGC)<\/h2>\n<p><a href=\"https:\/\/cloudinary.com\/documentation\/user_generated_content\">User-generated content<\/a> can greatly contribute to your website, you cannot count on users to tag and describe their videos. For instance, if you\u2019re running a real-estate website, users would upload videos of their property but might not accurately tag all the elements in the video.<\/p>\n<p>Instead, you can rely on Cloudinary\u2019s auto-tagging to find objects like \u201cpool\u201d and \u201cpalm tree,\u201d which certain house shoppers might be looking for. Those tags greatly improve the listing\u2019s discoverability and searchability.<\/p>\n<p>Another example: Consider an animal shelter that posts videos of animals that are up for adoption. Instead of having to manually type in a comprehensive set of tags for each animal, the staff needs to enter only the basic information, based on which the auto-tagging capability can figure out the animal type (like cat, dog, hamster, or horse), color, and other attributes.<\/p>\n<p>Any web app into which users can upload their media can benefit from the Cloudinary API, saving you the time and effort of building the capabilities yourself: upload, transformation, storage, and so on.<\/p>\n<h2>Summary<\/h2>\n<p>The Google-powered Automatic Video Tagging add-on provides you with meaningful data extracted from videos. Take advantage of that data to make strategic business decisions that could improve your users\u2019 experience and drive greater profits. Cloudinary\u2019s service, together with the fully integrated <a href=\"https:\/\/cloudinary.com\/documentation\/google_automatic_video_tagging_addon\">Automatic Video Tagging<\/a> add-on, provides you with the powerful ability to streamline your content management as well as increase your users\u2019 engagement and conversion.<\/p>\n<p><a href=\"https:\/\/cloudinary.com\/users\/login?RelayState=%2Fconsole%2Faddons?#google_video_tagging\" target=\"_blank\"><img \nalt=\"video tagging\" src=https:\/\/res.cloudinary.com\/demo\/image\/upload\/f_auto,q_auto\/google_video_tagging_addon.jpg ><\/img><\/a><\/p>\n<p>The add-on is available with all Cloudinary plans and offers a free add-on tier for you to try out. If you don\u2019t have a Cloudinary account yet, <a href=\"https:\/\/cloudinary.com\/users\/register\/free\">sign up for a free account<\/a>.<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":41,"featured_media":21656,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[1],"tags":[25,286,303,305],"class_list":["post-21655","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-asset-management","tag-tagging","tag-video","tag-video-api"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.6 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Video tagging made easy: Google-powered add-on for automatic video tagging<\/title>\n<meta name=\"description\" content=\"Discover the benefits of automated video tagging, and learn how to tag and categorize your videos instantly with the Cloudinary Google Video Tagging add-on.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Video tagging made easy with Cloudinary: Google-powered add-on for automatic video tagging\" \/>\n<meta property=\"og:description\" content=\"Discover the benefits of automated video tagging, and learn how to tag and categorize your videos instantly with the Cloudinary Google Video Tagging add-on.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging\" \/>\n<meta property=\"og:site_name\" content=\"Cloudinary Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-01-10T17:57:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-09T19:10:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1649735344\/Web_Assets\/blog\/vid-tag-blog\/vid-tag-blog-jpg?_i=AA\" \/>\n\t<meta property=\"og:image:width\" content=\"1540\" \/>\n\t<meta property=\"og:image:height\" content=\"866\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#article\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"Video tagging made easy with Cloudinary: Google-powered add-on for automatic video tagging\",\"datePublished\":\"2018-01-10T17:57:52+00:00\",\"dateModified\":\"2025-03-09T19:10:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging\"},\"wordCount\":12,\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649735344\/Web_Assets\/blog\/vid-tag-blog\/vid-tag-blog.jpg?_i=AA\",\"keywords\":[\"Asset Management\",\"Tagging\",\"Video\",\"Video API\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2018\",\"copyrightHolder\":{\"@id\":\"https:\/\/cloudinary.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging\",\"url\":\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging\",\"name\":\"Video tagging made easy: Google-powered add-on for automatic video tagging\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649735344\/Web_Assets\/blog\/vid-tag-blog\/vid-tag-blog.jpg?_i=AA\",\"datePublished\":\"2018-01-10T17:57:52+00:00\",\"dateModified\":\"2025-03-09T19:10:22+00:00\",\"description\":\"Discover the benefits of automated video tagging, and learn how to tag and categorize your videos instantly with the Cloudinary Google Video Tagging add-on.\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#primaryimage\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649735344\/Web_Assets\/blog\/vid-tag-blog\/vid-tag-blog.jpg?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649735344\/Web_Assets\/blog\/vid-tag-blog\/vid-tag-blog.jpg?_i=AA\",\"width\":1540,\"height\":866},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudinary.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Video tagging made easy with Cloudinary: Google-powered add-on for automatic video tagging\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"name\":\"Cloudinary Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudinary.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\",\"name\":\"Cloudinary Blog\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"width\":312,\"height\":60,\"caption\":\"Cloudinary Blog\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Video tagging made easy: Google-powered add-on for automatic video tagging","description":"Discover the benefits of automated video tagging, and learn how to tag and categorize your videos instantly with the Cloudinary Google Video Tagging add-on.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging","og_locale":"en_US","og_type":"article","og_title":"Video tagging made easy with Cloudinary: Google-powered add-on for automatic video tagging","og_description":"Discover the benefits of automated video tagging, and learn how to tag and categorize your videos instantly with the Cloudinary Google Video Tagging add-on.","og_url":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging","og_site_name":"Cloudinary Blog","article_published_time":"2018-01-10T17:57:52+00:00","article_modified_time":"2025-03-09T19:10:22+00:00","og_image":[{"width":1540,"height":866,"url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1649735344\/Web_Assets\/blog\/vid-tag-blog\/vid-tag-blog-jpg?_i=AA","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#article","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging"},"author":{"name":"","@id":""},"headline":"Video tagging made easy with Cloudinary: Google-powered add-on for automatic video tagging","datePublished":"2018-01-10T17:57:52+00:00","dateModified":"2025-03-09T19:10:22+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging"},"wordCount":12,"publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649735344\/Web_Assets\/blog\/vid-tag-blog\/vid-tag-blog.jpg?_i=AA","keywords":["Asset Management","Tagging","Video","Video API"],"inLanguage":"en-US","copyrightYear":"2018","copyrightHolder":{"@id":"https:\/\/cloudinary.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging","url":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging","name":"Video tagging made easy: Google-powered add-on for automatic video tagging","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#primaryimage"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649735344\/Web_Assets\/blog\/vid-tag-blog\/vid-tag-blog.jpg?_i=AA","datePublished":"2018-01-10T17:57:52+00:00","dateModified":"2025-03-09T19:10:22+00:00","description":"Discover the benefits of automated video tagging, and learn how to tag and categorize your videos instantly with the Cloudinary Google Video Tagging add-on.","breadcrumb":{"@id":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#primaryimage","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649735344\/Web_Assets\/blog\/vid-tag-blog\/vid-tag-blog.jpg?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649735344\/Web_Assets\/blog\/vid-tag-blog\/vid-tag-blog.jpg?_i=AA","width":1540,"height":866},{"@type":"BreadcrumbList","@id":"https:\/\/cloudinary.com\/blog\/new_google_powered_add_on_for_automatic_video_categorization_and_tagging#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudinary.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Video tagging made easy with Cloudinary: Google-powered add-on for automatic video tagging"}]},{"@type":"WebSite","@id":"https:\/\/cloudinary.com\/blog\/#website","url":"https:\/\/cloudinary.com\/blog\/","name":"Cloudinary Blog","description":"","publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudinary.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudinary.com\/blog\/#organization","name":"Cloudinary Blog","url":"https:\/\/cloudinary.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","width":312,"height":60,"caption":"Cloudinary Blog"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":""}]}},"jetpack_featured_media_url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649735344\/Web_Assets\/blog\/vid-tag-blog\/vid-tag-blog.jpg?_i=AA","_links":{"self":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/21655","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/comments?post=21655"}],"version-history":[{"count":8,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/21655\/revisions"}],"predecessor-version":[{"id":37185,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/21655\/revisions\/37185"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media\/21656"}],"wp:attachment":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media?parent=21655"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/categories?post=21655"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/tags?post=21655"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}