MLKitEntityExtraction 框架参考
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003e\u003ccode\u003eEntityAnnotation\u003c/code\u003e objects store potential entities identified within a text segment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003erange\u003c/code\u003e property indicates the location of the annotated text within the original content.\u003c/p\u003e\n"],["\u003cp\u003eAn array of \u003ccode\u003eMLKEntity\u003c/code\u003e objects, representing the possible entities for the given text span, is stored in the \u003ccode\u003eentities\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,["# MLKitEntityExtraction Framework Reference\n\nEntityAnnotation\n================\n\n class EntityAnnotation : NSObject\n\nAn object that contains the possible entities associated with a piece of the text.\n- `\n ``\n ``\n `\n\n ### [range](#/c:objc(cs)MLKEntityAnnotation(py)range)\n\n `\n ` \n The range of the annotation in the given text. \n\n #### Declaration\n\n Swift \n\n var range: NSRange { get }\n\n- `\n ``\n ``\n `\n\n ### [entities](#/c:objc(cs)MLKEntityAnnotation(py)entities)\n\n `\n ` \n A list of possible entities in the given span of text. \n\n #### Declaration\n\n Swift \n\n var entities: [MLKEntity] { get }"]]