AddRange
OcrOutput.AddRange method
Adds the elements of the specified collection to the end of the OcrOutput
list. This method overrides the default AddRange behavior to perform additional operations, if needed.
public void AddRange(IEnumerable<RecognitionResult> collection)
Parameter | Type | Description |
---|---|---|
collection | IEnumerable`1 | The collection of RecognitionResult to add. |
See Also
- class RecognitionResult
- class OcrOutput
- namespace Aspose.OCR
- assembly Aspose.OCR