OcrWord 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class OcrWord 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 OcrWord 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 OcrWord
Public NotInheritable Class OcrWord
- 继承
- 属性
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 属性访问这些对象。
属性
BoundingRect |
当 TextAngle 属性的值为 0 (零) 时,获取图像左上角识别的单词的位置和大小(以像素为单位)。 |
Text |
获取已识别单词的文本。 |