首页 \ 问答 \ 我可以让我的WatchKit App在Apple Watch的后台运行吗?(Can I keep my WatchKit App running in the background on the Apple Watch?)

我可以让我的WatchKit App在Apple Watch的后台运行吗?(Can I keep my WatchKit App running in the background on the Apple Watch?)

我想知道是否有任何方式让我的WatchKit应用程序在后台运行,或者如果我可以编程启动(即从非活动状态转换到活动状态)一旦满足某个条件?

当WK应用程序处于打开和活动状态时,我的应用程序运行正常,当iPhone处于睡眠状态或者父iOS应用程序处于BG模式时,它甚至可以正常运行。 但是,我真的需要我的应用程序继续在手表背景上运行。 这可能吗?


I want to know if there is anyway to keep my WatchKit app running in the background, or if I can possibly program it to launch (i.e. transfer from inactive state to active state) once a certain condition is fulfilled?

My app is running perfectly while the WK App is open and active, and it even runs fine when the iPhone is asleep, or when the parent iOS app is in BG mode. However, I really need my app to continue running in the background on the watch itself. Is this possible?


原文:https://stackoverflow.com/questions/32792260
更新时间:2022-11-03 17:11

最满意答案

目前, 针对C#VB.NET SDK组件API的Asprise OCR和条形码识别支持以下语言:

Language    Native name ISO 639 code
Croatian    hrvatski jezik  hrv
Czech   čeština ces
Danish  dansk   dan
Dutch   Nederlands  nld
English English eng
Finnish suomi   fin
French  français    fra
German  Deutsch deu
Greek   ελληνικά    ell
Hungarian   magyar  hun
Icelandic   Íslenska    isl
Indonesian  Bahasa Indonesia    ind
Italian italiano    ita
Malay   bahasa Melayu   msa
Maltese Malti   mlt
Norwegian   Norsk   nor
Polish  język polski    pol
Portuguese  português   por
Romanian    limba română    ron
Russian русский язык    rus
Spanish español spa
Swedish Svenska swe
Turkish Türkçe  tur

评估版能够识别英语(eng),西班牙语(spa),葡萄牙语(por),德语(deu)和法语(fra)。 对于其他语言,请联系Asprise寻求帮助。

参考: Asprise C#VB.NET SDK Image to Searchable PDF Developer's Guide


Currently, Asprise OCR and Barcode Recognition for C# VB.NET SDK Component API supports the following languages:

Language    Native name ISO 639 code
Croatian    hrvatski jezik  hrv
Czech   čeština ces
Danish  dansk   dan
Dutch   Nederlands  nld
English English eng
Finnish suomi   fin
French  français    fra
German  Deutsch deu
Greek   ελληνικά    ell
Hungarian   magyar  hun
Icelandic   Íslenska    isl
Indonesian  Bahasa Indonesia    ind
Italian italiano    ita
Malay   bahasa Melayu   msa
Maltese Malti   mlt
Norwegian   Norsk   nor
Polish  język polski    pol
Portuguese  português   por
Romanian    limba română    ron
Russian русский язык    rus
Spanish español spa
Swedish Svenska swe
Turkish Türkçe  tur

The evaluation version is able to recognize English (eng), Spanish (spa), Portuguese (por), German (deu) and French (fra). For other languages, please contact Asprise for assistance.

Reference: Asprise C# VB.NET SDK Image to Searchable PDF Developer's Guide

相关问答

更多
  • 对于使用OCR库的Python来说,这听起来很不错。 一个快速的谷歌搜索出现在pytesser上 : PyTesser是Python的光学字符识别模块。 它将图像或图像文件作为输入并输出一个字符串。 PyTesser使用Tesseract OCR引擎 ,将图像转换为可接受的格式,并将Tesseract可执行文件作为外部脚本调用。 Windows可执行文件与Python脚本一起提供。 这些脚本也应该在其他操作系统中运行。 ... 用法示例 >>> from pytesser import * >>> imag ...
  • 在调用识别之前,您可以将OCRZone添加到IOCRPage区域集合 。 如果在调用Recognize之前IOcrZoneCollection中没有任何区域存在,AutoZone方法将在内部调用,并且图像会自动分段。 如果存在区域,则只有该区域用于识别。 以下是您可以在Android应用程序中使用的一些示例代码: mOcrEngine = OcrEngineManager.createEngine(OcrEngineType.Advantage); mOcrEngine.startup(codecs ...
  • 稍微不相关的答案,虽然可能符合您的原始目标。 我和tesseract有类似的问题,我也有非常严格的性能要求。 我在SO上找到了这个简单的解决方案,并使用OpenCV制作了简单的识别器。 它归结为在您拥有的非常清晰的图像上找到边界矩形(来自边缘),然后尝试匹配找到的对象与模板。 我相信您的案例中的解决方案既简单又精确,但需要的代码比现在多一些。 我会关注这个问题,因为有了tesseract的工作解决方案会很好。 我的时间有限,但它似乎是一个有效的解决方案: import os import cv2 impor ...
  • 目前, 针对C#VB.NET SDK组件API的Asprise OCR和条形码识别支持以下语言: Language Native name ISO 639 code Croatian hrvatski jezik hrv Czech čeština ces Danish dansk dan Dutch Nederlands nld English English eng Finnish suomi fin French français fra German De ...
  • 最后我找到了解决方案。 J4L(或Asprise)OCR与H2数据库引擎之间存在一些不明确的不兼容性。 从构建路径中删除H2的.jar文件解决了该问题。 Finally I found a solution. There is some unclear incompatibility between J4L (or Asprise) OCR and H2 Database Engine. Removing H2's .jar file from the build path resolved the iss ...
  • 你正确地开始任务,但你永远不会等待他们完成任务。 你想做的是类似的事情; Task[] tasks = new Task[2]; decimal[] numbers; tasks[0] = Task.Factory.StartNew(() => {numbers = getNumbers(bitmap, dictionary1);}); string[] text; tasks[1] = Task.Factory.StartNew(() => {text = getText(bitmap, di ...
  • 外部库的位数需要与您的JVM匹配。 由于tesjeract是最低的公分母,因此您需要使用32位JVM。 The bitness of the external libraries need to match up with your JVM. Since tesjeract is the lowest common denominator, you'll need to use the 32 bit JVM.
  • 您可以使用Silverlight获取光栅图像 ,然后在Silverlight或Asp.net(服务器端)中使用PDF生成库来生成PDF。 You could use Silverlight to acquire a raster image, then use a PDF generation library either in Silverlight or Asp.net (server-side) to generate the PDF.
  • 可能有几个可能的原因:1)PDF文件不存在; 2)PDF文件格式错误。 我们建议您获取最新版本的Asprise OCR和条形码识别库,适用于Java,C#VB.NET,Python,C / C ++和Delphi,并参考开发人员指南Asprise OCR SDK for Java,C#VB.NET,Python ,C / C ++和Delphi Pascal 。 或者,您可以直接联系我们的支持团队。 There could be a few possible causes: 1) the PDF file ...
  • tessnet2基于伟大的tesseract ocr引擎。 Tesseract OCR发动机是1995年UNLV精度测试中排名前三的发动机之一。 从1995年到2006年,它在这方面做的工作很少,但它可能是目前最准确的开源OCR引擎之一。 There's tessnet2 based on great tesseract ocr engine. The Tesseract OCR engine was one of the top 3 engines in the 1995 UNLV Accuracy te ...

相关文章

更多

最新问答

更多
  • 获取MVC 4使用的DisplayMode后缀(Get the DisplayMode Suffix being used by MVC 4)
  • 如何通过引用返回对象?(How is returning an object by reference possible?)
  • 矩阵如何存储在内存中?(How are matrices stored in memory?)
  • 每个请求的Java新会话?(Java New Session For Each Request?)
  • css:浮动div中重叠的标题h1(css: overlapping headlines h1 in floated divs)
  • 无论图像如何,Caffe预测同一类(Caffe predicts same class regardless of image)
  • xcode语法颜色编码解释?(xcode syntax color coding explained?)
  • 在Access 2010 Runtime中使用Office 2000校对工具(Use Office 2000 proofing tools in Access 2010 Runtime)
  • 从单独的Web主机将图像传输到服务器上(Getting images onto server from separate web host)
  • 从旧版本复制文件并保留它们(旧/新版本)(Copy a file from old revision and keep both of them (old / new revision))
  • 西安哪有PLC可控制编程的培训
  • 在Entity Framework中选择基类(Select base class in Entity Framework)
  • 在Android中出现错误“数据集和渲染器应该不为null,并且应该具有相同数量的系列”(Error “Dataset and renderer should be not null and should have the same number of series” in Android)
  • 电脑二级VF有什么用
  • Datamapper Ruby如何添加Hook方法(Datamapper Ruby How to add Hook Method)
  • 金华英语角.
  • 手机软件如何制作
  • 用于Android webview中图像保存的上下文菜单(Context Menu for Image Saving in an Android webview)
  • 注意:未定义的偏移量:PHP(Notice: Undefined offset: PHP)
  • 如何读R中的大数据集[复制](How to read large dataset in R [duplicate])
  • Unity 5 Heighmap与地形宽度/地形长度的分辨率关系?(Unity 5 Heighmap Resolution relationship to terrain width / terrain length?)
  • 如何通知PipedOutputStream线程写入最后一个字节的PipedInputStream线程?(How to notify PipedInputStream thread that PipedOutputStream thread has written last byte?)
  • python的访问器方法有哪些
  • DeviceNetworkInformation:哪个是哪个?(DeviceNetworkInformation: Which is which?)
  • 在Ruby中对组合进行排序(Sorting a combination in Ruby)
  • 网站开发的流程?
  • 使用Zend Framework 2中的JOIN sql检索数据(Retrieve data using JOIN sql in Zend Framework 2)
  • 条带格式类型格式模式编号无法正常工作(Stripes format type format pattern number not working properly)
  • 透明度错误IE11(Transparency bug IE11)
  • linux的基本操作命令。。。