SetKeywords
KeywordsAIProcessor.SetKeywords method
يضبط الكلمات المفتاحية المستخدمة للبحث في النص المُعترف به بواسطة OCR.
public void SetKeywords(string[] keywords)
| معامل | نوع | الوصف |
|---|---|---|
| keywords | String[] | الكلمات المفتاحية للبحث عنها. المطابقة غير حساسة لحالة الأحرف ولا تعتمد على الترتيب. |
أمثلة
var processor = new KeywordsAIProcessor();
processor.SetKeywords(new[] { "Total", "Subtotal", "Discount", "Quantity" });
انظر أيضًا
- class KeywordsAIProcessor
- namespace Aspose.OCR.AI
- assembly Aspose.OCR