SetQuery
NaturalLanguageQueryAIProcessor.SetQuery method
Sets the natural-language query used to process OCR-recognized text.
public void SetQuery(string query)
| Parameter | Type | Description |
|---|---|---|
| query | String | The question or instruction to apply to the recognized text. |
Examples
var processor = new NaturalLanguageQueryAIProcessor();
processor.SetQuery("give me total");
See Also
- class NaturalLanguageQueryAIProcessor
- namespace Aspose.OCR.AI
- assembly Aspose.OCR