OcrResult 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含光学字符识别 (OCR) 的结果。
public ref class OcrResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class OcrResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class OcrResult
Public NotInheritable Class OcrResult
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
调用 OcrEngine 类的 RecognizeAsync 方法时,该方法将返回一个 OcrResult 对象。 OcrResult 包含 OcrLine 对象的集合,可通过 OcrResult 的 Lines 属性访问这些对象。 每个 OcrLine 对象都包含一个 OcrWord 对象的集合,可通过每个 OcrLine 的 Words 属性访问这些对象。
属性
Lines |
获取 OcrLine 对象的集合,这些对象表示 通过 RecognizeAsync 方法在图像中检测到的文本行。 |
Text |
获取识别的文本。 |
TextAngle |
获取图像中心周围识别的文本的顺时针旋转(以度为单位)。 |