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)
ParameterTypeDescription
collectionIEnumerable`1The collection of RecognitionResult to add.

See Also