{"id":138701,"date":"2026-08-13T13:10:13","date_gmt":"2026-08-13T13:10:13","guid":{"rendered":"https:\/\/www.europesays.com\/ai\/138701\/"},"modified":"2026-08-13T13:10:13","modified_gmt":"2026-08-13T13:10:13","slug":"sign-language-dictation-reaches-smartphones-at-last-via-googles-gloss-free-ai","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/ai\/138701\/","title":{"rendered":"Sign Language Dictation Reaches Smartphones at Last, via Google&#8217;s Gloss-Free AI"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"mapping-embed imgPhoto\" id=\"i472530\" src=\"https:\/\/www.europesays.com\/ai\/wp-content\/uploads\/2026\/08\/combo-pictures-shows-sign-language-interpreter-gestures.jpg\" alt=\"combo pictures shows sign language interpreter gestures\" width=\"836\" height=\"599\"\/><\/p>\n<p>This combo of pictures shows a sign language interpreter gestures during a speech of Cem Oezdemir (not pictured), co-leader of the German Green party, at a party convention of the German Green party &#8220;Buendnis 90\/Die Gruenen&#8221; at the fair grounds in Hannover on November 16, 2012.<br \/>\nJOHANNES EISELE\/AFP via Getty Images<\/p>\n<p>For the roughly fifteen years that voice dictation has existed on smartphones, hearing users have been able to speak to their phones instead of typing \u2014 searching the web, drafting messages, querying AI assistants \u2014 through nothing more than their voice. For an estimated 70 million Deaf and hard-of-hearing sign language users worldwide, no equivalent existed. Yesterday that changed. Google DeepMind&#8217;s new sign-language-to-text model, SL2T, launched inside Gboard and Live Transcribe as part of the Pixel 11 announcement, and it is the first time <a href=\"https:\/\/deepmind.google\/blog\/putting-sign-language-ai-into-users-hands\/\" rel=\"nofollow noopener\" target=\"_blank\">SL2T model launch announcement<\/a> has shipped inside a mainstream consumer product. The Pixel 11 will ship August 20, 2026, at which point those devices will be the first smartphones in the world where a Deaf user can sign directly into any text field \u2014 a web search, a Gemini query, a WhatsApp message \u2014 without typing a single character.<\/p>\n<p>Why Every Prior Sign Language AI Got It Wrong<\/p>\n<p>To understand why SL2T is significant, it helps to understand why previous approaches failed to scale. The field spent years pursuing a method called gloss-based translation. A gloss is a word-for-word English label for an individual sign: the ASL sign for the concept &#8220;run&#8221; gets labeled with the English word &#8220;RUN.&#8221; A system would first convert each sign into its gloss label, then attempt to assemble those glosses into an English sentence, as the AISLAC report details in its <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">overview of prior gloss-based methods<\/a>.<\/p>\n<p>The problem is that <a href=\"https:\/\/en.wikipedia.org\/wiki\/Sign_language\" rel=\"nofollow noopener\" target=\"_blank\">sign languages are independent natural languages<\/a> with their own grammars, syntaxes, and structures that have no word-for-word correspondence with spoken languages. ASL, for instance, shares more syntactic structure with Japanese than with English. Its grammar is partly conveyed through non-manual markers \u2014 the position of eyebrows, the direction of a head tilt, the shape of the mouth \u2014 none of which a gloss captures. It uses spatial grammar, where the location of a sign in three-dimensional space carries meaning that a flat word label cannot represent. It uses classifier handshapes, where a handshape predicated on an object carries motion and positional information simultaneously. Every one of these grammatical features is invisible to a gloss-based system.<\/p>\n<p>SL2T bypasses this entirely. Rather than producing an intermediate gloss layer, the model translates directly from the signer&#8217;s body movements to fluent English text. As Google DeepMind explains, <a href=\"https:\/\/deepmind.google\/blog\/putting-sign-language-ai-into-users-hands\/\" rel=\"nofollow noopener\" target=\"_blank\">translating directly from landmarks<\/a> removes artificial vocabulary limits and allows translation quality to scale directly with data. This is the same architectural insight that powered the shift from phrase-based to neural machine translation for spoken languages \u2014 and it is the reason SL2T&#8217;s output quality substantially exceeds anything the field has previously produced.<\/p>\n<p>Pipeline Architecture and Privacy Design<\/p>\n<p>SL2T operates through a two-stage architecture designed around privacy. The first stage runs entirely on the Pixel 11 itself. An on-device model built on MediaPipe Holistic \u2014 Google&#8217;s framework for simultaneously tracking face, hand, and body pose landmarks in real time \u2014 converts the camera feed into a <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">sequence of 130 geometric landmark coordinates<\/a> covering the face, body, and hands. The <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">raw video feed is discarded immediately<\/a>. Only the abstract coordinate sequence \u2014 essentially a stick-figure-like wireframe \u2014 is transmitted to Google&#8217;s servers for translation.<\/p>\n<p>The second stage is a <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">transformer neural network on Google&#8217;s servers<\/a> that takes the coordinate sequence and generates an English text translation autoregressively, streaming words back to the device while the user is still signing. <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">no user input logs retained<\/a> are retained on Google&#8217;s side unless explicitly authorized by the user in the context of a model evaluation study.<\/p>\n<p>The privacy architecture has practical benefits beyond reassurance. Because the server receives abstract landmarks rather than video, the model is insulated from background content, lighting variation, and clothing \u2014 factors that would otherwise complicate translation. One caveat worth noting: researchers have argued that <a href=\"https:\/\/arxiv.org\/abs\/2402.09611\" rel=\"nofollow noopener\" target=\"_blank\">dense facial landmark coordinates<\/a> could theoretically constitute biometric identifiers under biometric data privacy laws, since a sufficiently detailed facial geometry scan approaches the specificity of biometric identification. Google has not addressed this specific concern publicly; the landmark representation provides strong practical privacy protection relative to raw video, but is not a guarantee of non-identifiability in the strictest legal sense.<\/p>\n<p>Training Corpus Built Across Fifty Languages<\/p>\n<p>SL2T was trained on <a href=\"https:\/\/deepmind.google\/blog\/putting-sign-language-ai-into-users-hands\/\" rel=\"nofollow noopener\" target=\"_blank\">100,000-plus hours of training<\/a> spanning over 50 sign languages, with roughly one quarter of that data in ASL. That cross-lingual training was deliberate: <a href=\"https:\/\/deepmind.google\/blog\/putting-sign-language-ai-into-users-hands\/\" rel=\"nofollow noopener\" target=\"_blank\">cross-lingual training outperformed single-language models<\/a> caused the model to learn shared structural patterns across sign languages, outperforming models trained on ASL alone. The multilingual foundation is the same principle that made multilingual large language models for spoken language more capable than single-language models \u2014 applied here for the first time at scale to sign language.<\/p>\n<p>The result is benchmark performance no prior published system has matched. On the FLEURS-ASL benchmark \u2014 an ASL-to-English translation test created by Google researcher Garrett Tanzer using recordings from five Certified Deaf Interpreters \u2014 <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">zero-shot BLEURT score of 70<\/a>, substantially higher than any previously reported score. BLEURT is a learned evaluation metric that correlates more reliably with human quality judgments than the older BLEU metric. <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">On the PRESTO-ASL benchmark<\/a> \u2014 a dataset of AI assistant phrases performed by Deaf signers to a docked tablet \u2014 SL2T scores 85 BLEURT. On fingerspelling recognition, <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">the FSboard benchmark<\/a> shows SL2T achieving 64 percent exact-match accuracy.<\/p>\n<p>Sample translations published by Google show the model rendering complex, multi-clause sentences \u2014 legal and geographic language, rugby schedules, paleontological descriptions \u2014 with high fidelity. The model&#8217;s documented failure modes, acknowledged openly by Google and AISLAC, include rare signs, rapid fingerspelling (where individual letter sequences can be misread, producing &#8220;prey&#8221; as &#8220;grey&#8221;), passive constructions, and <a href=\"https:\/\/deepmind.google\/blog\/putting-sign-language-ai-into-users-hands\/\" rel=\"nofollow noopener\" target=\"_blank\">failure modes including fingerspelling errors<\/a>.<\/p>\n<p>Engineering for Real Signing, Not Just Benchmarks<\/p>\n<p>Academic benchmark performance and usability in actual daily signing are not the same thing. Google&#8217;s engineering approach to SL2T appears to have treated the gap between them seriously.<\/p>\n<p>Roughly 10 percent of signers are left-handed. <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">left-handed signer training parity<\/a> by applying left-right mirroring transformations during training. One-handed signing \u2014 the posture any signer adopts when the other hand is holding a smartphone \u2014 was addressed by <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">simulating one-handed signing during training<\/a>, masking keypoints from the non-dominant arm to teach the model to translate with reduced visual input. Streaming latency was engineered so that translation surfaces on screen while the user is still signing, rather than waiting for a complete utterance. <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">Hallucination suppression mechanisms<\/a> prevent the model from generating text in response to incidental motion in the frame.<\/p>\n<p>The AISLAC impact report notes that <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">tongue landmarks not tracked by MediaPipe<\/a> \u2014 which is a critical ASL articulator \u2014 and that the representation captures no information about the signer&#8217;s environment, which can be used for referencing real-world entities. These are documented technical constraints, not hidden ones, and they are active areas of research.<\/p>\n<p>Built With Deaf Community, Not Just For It<\/p>\n<p>The model&#8217;s governance structure is as notable as its technical architecture. Google established the AI Sign Language Advisory Committee (AISLAC), bringing together Deaf organizations \u2014 the National Association of the Deaf, the World Federation of the Deaf, Rochester Institute of Technology&#8217;s National Technical Institute for the Deaf, and the Deaf Professional Arts Network \u2014 alongside independent subject-matter experts, as <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">detailed in the joint impact report<\/a>.<\/p>\n<p>AISLAC was given pre-release devices running test builds of Gboard and Live Transcribe in July 2026. <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">Committee members evaluated the model<\/a> through unstructured daily usage and structured task-based testing across personal, administrative, and professional workflows. Their collective feedback is documented in a joint impact report co-authored by Google and AISLAC representatives \u2014 a transparency practice that is structurally different from the industry norm of consulting communities after deployment rather than before.<\/p>\n<p>The <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">committee&#8217;s overall assessment was highly favorable<\/a>. Advisors described the technology as intuitive, responsive, and potentially transformative for everyday digital accessibility. They noted particular value in short-form tasks \u2014 keyword search, Google Maps navigation, Gemini queries \u2014 and in the Live Transcribe dual-interface layout that shows incoming speech captions on the upper half of the screen while providing a dedicated <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">Live Transcribe dual-interface layout<\/a>, enabling more fluid face-to-face conversations with hearing individuals.<\/p>\n<p>The project&#8217;s origin belongs to <a href=\"https:\/\/deepmind.google\/blog\/putting-sign-language-ai-into-users-hands\/\" rel=\"nofollow noopener\" target=\"_blank\">Sam Sepah, a Deaf Googler<\/a> who is credited with conceptualizing the SL2T initiative from the inside. Deaf perspectives shaped data collection methodology, user study design, and deployment evaluation throughout development.<\/p>\n<p>What SL2T Cannot Replace<\/p>\n<p>This is the section that Google and AISLAC were most explicit about in the joint impact report, and it deserves the same prominence here.<\/p>\n<p>SL2T 1.0 is explicitly and formally ruled out as a substitute for certified human interpreters in high-stakes settings. The AISLAC report lists the following as prohibited contexts where the model must not be used: healthcare and medical settings including clinical consultations and emergency services; legal and law enforcement settings including police interrogations, courtroom proceedings, and attorney-client consultations; academic evaluation and K-12 or higher education classroom instruction; employment settings including job interviews and disciplinary hearings; and government and public services including administrative hearings and benefits determinations \u2014 all listed in the <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">joint impact report&#8217;s prohibited contexts section<\/a>.<\/p>\n<p>More directly: Google DeepMind and AISLAC <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">explicitly state that this model<\/a> must not be used by third parties to evade statutory obligations under accessibility laws. The joint report states: &#8220;We do not believe that SL2T 1.0 satisfies legal obligations for reasonable accommodations under the Americans with Disabilities Act (ADA), Section 504\/508, or international disability frameworks that are met by human interpreters.&#8221;<\/p>\n<p>The AISLAC members raised this as a Priority Zero (P0) \u2014 the highest severity level in their classification framework \u2014 concern: that public agencies, healthcare providers, or employers might use the tool to avoid hiring certified interpreters to save money. The risk is real enough that Google and AISLAC published the <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">prohibition in launch documentation<\/a> rather than leaving it for Terms of Service fine print.<\/p>\n<p>What SL2T Is Actually Built For<\/p>\n<p>What SL2T is designed for is the long tail of everyday informal digital tasks: messaging, web search, note-taking, casual face-to-face conversations at a coffee shop or retail counter, and Gemini queries, all detailed in the <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">AISLAC report&#8217;s supported scenarios<\/a>. For these, it keeps the signer in the loop throughout: both apps present a text preview the user can review and edit before sending, and in Live Transcribe the Deaf user controls <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">when translated text is displayed<\/a> to their conversation partner.<\/p>\n<p>SL2T Roadmap and Future Development<\/p>\n<p>The roadmap includes three near-term additions documented by the AISLAC report. First: dictation support for punctuation, new lines, emojis, and basic editing shortcuts \u2014 commands users cannot currently issue through sign input. Second: extending conversation memory across sequential clips in Live Transcribe and longer contexts in Gboard, which will improve multi-turn and longer-form translation quality. The <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">each clip processed independently<\/a>, without retaining context from prior exchanges in the same conversation.<\/p>\n<p>Third, and perhaps most consequential: Google has signaled that <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">programmatic access via Google Cloud APIs<\/a> and the possibility of open-weights model releases (named in the report as &#8220;SignGemma&#8221;) is under active discussion with AISLAC. If realized, this would allow Deaf researchers, developers, and Deaf-owned businesses to build on the SL2T architecture \u2014 potentially expanding it to sign languages, dialects, and use cases the Google team has not yet reached.<\/p>\n<p>The longer-term ambition, stated explicitly in the DeepMind blog, is <a href=\"https:\/\/deepmind.google\/blog\/putting-sign-language-ai-into-users-hands\/\" rel=\"nofollow noopener\" target=\"_blank\">sign language generation roadmap<\/a>: a model that produces signing as output, not just text, which would enable true two-way machine-mediated signed communication.<\/p>\n<p>The Pixel 11 will ship August 20, 2026, with SL2T available at no additional cost in Gboard and Live Transcribe, as confirmed by <a href=\"https:\/\/www.engadget.com\/2234618\/deepmind-newest-model-allows-pixel-11-devices-to-transcribe-sign-language-into-text\/\" rel=\"nofollow noopener\" target=\"_blank\">Engadget&#8217;s launch-day coverage<\/a>. Expansion to additional Android devices and additional sign languages beyond ASL is described as coming soon, with no specific timeline committed. For the estimated 70 million Deaf and hard-of-hearing sign language users worldwide, the feature arriving on Pixel 11 represents what voice dictation represented to hearing users roughly fifteen years ago: the first real proof that the technology can work well enough, in an actual product, to change how you use a phone.<\/p>\n<p>Frequently Asked QuestionsHow does SL2T translate ASL without sending video to Google?<\/p>\n<p>An on-device model called MediaPipe Holistic runs entirely on the Pixel 11 itself, converting the camera feed into a geometric coordinate sequence that maps 130 landmarks across the face, hands, and body. The <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">raw video is discarded immediately<\/a>. Only the abstract coordinate sequence \u2014 think of it as a stick-figure wireframe \u2014 is transmitted to Google&#8217;s servers, where a transformer neural network translates it into English text. No video of the signer reaches Google&#8217;s infrastructure.<\/p>\n<p>What is a gloss, and why did gloss-based sign language AI fail?<\/p>\n<p>A gloss is a word-for-word English label for an individual sign \u2014 for example, labeling the ASL sign for &#8220;run&#8221; as the English word &#8220;RUN.&#8221; Prior sign language AI systems converted each sign to its gloss label, then tried to assemble those labels into sentences. The problem is that sign languages are not English on the hands, as Google explains in its <a href=\"https:\/\/deepmind.google\/blog\/putting-sign-language-ai-into-users-hands\/\" rel=\"nofollow noopener\" target=\"_blank\">overview of SL2T technical design<\/a>. Their grammar is partly carried by facial expressions (non-manual markers), by where signs are placed in three-dimensional space (spatial grammar), and by handshape-based constructions that encode motion and object descriptions simultaneously \u2014 none of which a word label can capture. SL2T bypasses the gloss layer entirely, translating directly from the signer&#8217;s body coordinates to fluent English. The Wikipedia article on <a href=\"https:\/\/en.wikipedia.org\/wiki\/Sign_language\" rel=\"nofollow noopener\" target=\"_blank\">sign language grammar and structure<\/a> provides additional background on what makes sign languages independent natural languages.<\/p>\n<p>Can a hospital, school, or employer use SL2T instead of hiring a certified interpreter?<\/p>\n<p>No \u2014 and both Google DeepMind and AISLAC have said so explicitly. The joint AISLAC impact report states that SL2T 1.0 does not satisfy legal obligations for reasonable accommodations under the Americans with Disabilities Act (ADA), Section 504\/508, or equivalent international disability frameworks. Its use in medical consultations, legal proceedings, police interactions, academic settings, job interviews, or government hearings is explicitly prohibited. Google and AISLAC have publicly stated that the model <a href=\"https:\/\/storage.googleapis.com\/deepmind-media\/DeepMind.com\/Blog\/putting-sign-language-ai-into-users-hands\/aislac-joint-impact-report-for-sl2t-1-0.pdf\" rel=\"nofollow noopener\" target=\"_blank\">prohibition on evading accessibility laws<\/a>.<\/p>\n<p>Which phones and sign languages will SL2T support beyond ASL on Pixel 11?<\/p>\n<p>At launch, SL2T supports ASL-to-English only, and is available on Pixel 11 devices (shipping August 20, 2026). Google has described expansion to more Android devices and additional sign languages as &#8220;coming soon,&#8221; but has not committed to a specific timeline. The training corpus already spans 50-plus sign languages, so expansion is a question of evaluation and localization rather than retraining from scratch. Sign language generation \u2014 producing signing as output, not just translating it to text \u2014 is also on the <a href=\"https:\/\/deepmind.google\/blog\/putting-sign-language-ai-into-users-hands\/\" rel=\"nofollow noopener\" target=\"_blank\">long-term research roadmap<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"This combo of pictures shows a sign language interpreter gestures during a speech of Cem Oezdemir (not pictured),&hellip;\n","protected":false},"author":2,"featured_media":138702,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[24,68286,68499,23265,68498,132,1429,7543,68497,68500,68377],"class_list":["post-138701","post","type-post","status-publish","format-standard","has-post-thumbnail","category-google","tag-ai","tag-american-sign-language","tag-deaf-accessibility","tag-gboard","tag-gloss-free-sign-language-ai","tag-google","tag-google-ai","tag-google-deepmind","tag-google-sl2t","tag-sign-language-ai","tag-sign-language-to-text"],"_links":{"self":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/138701","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/comments?post=138701"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/posts\/138701\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media\/138702"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/media?parent=138701"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/categories?post=138701"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/ai\/wp-json\/wp\/v2\/tags?post=138701"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}