简体   繁体   English

是否可以在 Xamarin 中使用 Google Cloud Vision Nuget 突出显示检测到的文本?

[英]Is it possible to highlight detected text using the Google Cloud Vision Nuget in Xamarin?

is it possible to highlight detected words or paragraphs from the text detection option while using the Google Cloud Vision NuGet in Xamarin when developing an Android App?在开发 Android 应用程序时,在 Xamarin 中使用 Google Cloud Vision NuGet 时,是否可以突出显示文本检测选项中检测到的单词或段落? This is the NuGet's link.这是 NuGet 的链接。 This image shows the effect I want to achieve.此图像显示了我想要达到的效果。 Thank you all.谢谢你们。

Directly from the API you won't receive the words highlighted;直接从 API 中您不会收到突出显示的字词; however, in the response you can get the bounding boxes of the detected text.但是,在响应中,您可以获得检测到的文本的边界框。 You can then use another library to manipulate the image and modify it with the information obtained.然后,您可以使用另一个库来处理图像并使用获得的信息对其进行修改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否可以使用 Google.Cloud.Vision 检测性别 - Is it possible to detect Gender using Google.Cloud.Vision 使用 python 在 Google Cloud Vision 中逐行检测文本 - Line by Line Text Detection in Google Cloud Vision using python Google Cloud Vision API PDF 文本提取 - Google Cloud Vision API PDF text extraction OCR PDF 文件使用 Google Cloud Vision? - OCR PDF Files Using Google Cloud Vision? Google Cloud Vision API - DOCUMENT_TEXT_DETECTION:“页面”中没有“属性”字段 - Google Cloud Vision API - DOCUMENT_TEXT_DETECTION: no "property" field in "pages" Google Cloud Vision API 是否检测 OCRed 文本中的格式,如粗体、斜体、字体名称(helvetica 或 times new roman)等? - Does Google Cloud Vision API detect formatting in OCRed text like bold, italics, font name (helvetica or times new roman), etc? Google Cloud Vision - Google 将图像上传到哪个区域? - Google Cloud Vision - Which region does Google upload the images to? 节点JS | 谷歌视觉 API | 将 base64 发送到 Google Cloud Vision 时出现“错误的图像数据” - Node JS | Google Vision API | "Bad image data" when sending base64 to Google Cloud Vision Google Cloud Vision 安全搜索 API 未返回预期结果 - Google Cloud Vision Safe search API not returning expected results Google Cloud AutoML Vision 支持哪些图像位类型? - What image bit types are supported by Google Cloud AutoML Vision?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM