alexa
menu

Document Processing

    Show / Hide Table of Contents

    OCRWordCollection Class

    Represents the OCR'ed words collection

    Inheritance
    System.Object
    System.Collections.ObjectModel.ReadOnlyCollection<Word>
    OCRWordCollection
    Implements
    System.Collections.Generic.IList<Word>
    System.Collections.Generic.ICollection<Word>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<Word>
    System.Collections.Generic.IReadOnlyCollection<Word>
    System.Collections.Generic.IEnumerable<Word>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.Contains(Syncfusion.OCRProcessor.Word)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.CopyTo(Syncfusion.OCRProcessor.Word[], System.Int32)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.Count
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.GetEnumerator()
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.IndexOf(Syncfusion.OCRProcessor.Word)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.Item[System.Int32]
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.Items
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.Generic.ICollection<Syncfusion.OCRProcessor.Word>.Add(Syncfusion.OCRProcessor.Word)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.Generic.ICollection<Syncfusion.OCRProcessor.Word>.Clear()
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.Generic.ICollection<Syncfusion.OCRProcessor.Word>.IsReadOnly
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.Generic.ICollection<Syncfusion.OCRProcessor.Word>.Remove(Syncfusion.OCRProcessor.Word)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.Generic.IList<Syncfusion.OCRProcessor.Word>.get_Item(System.Int32)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.Generic.IList<Syncfusion.OCRProcessor.Word>.Insert(System.Int32, Syncfusion.OCRProcessor.Word)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.Generic.IList<Syncfusion.OCRProcessor.Word>.Item[System.Int32]
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.Generic.IList<Syncfusion.OCRProcessor.Word>.RemoveAt(System.Int32)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.Generic.IList<Syncfusion.OCRProcessor.Word>.set_Item(System.Int32, Syncfusion.OCRProcessor.Word)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.ICollection.IsSynchronized
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.ICollection.SyncRoot
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.IList.Add(System.Object)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.IList.Clear()
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.IList.Contains(System.Object)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.IList.IsFixedSize
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.IList.IsReadOnly
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.IList.Item[System.Int32]
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.IList.Remove(System.Object)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.IList.RemoveAt(System.Int32)
    System.Collections.ObjectModel.ReadOnlyCollection<Syncfusion.OCRProcessor.Word>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.OCRProcessor
    Assembly: Syncfusion.OCRProcessor.Base.dll
    Syntax
    public class OCRWordCollection : ReadOnlyCollection<Word>, IList<Word>, ICollection<Word>, IList, ICollection, IReadOnlyList<Word>, IReadOnlyCollection<Word>, IEnumerable<Word>, IEnumerable

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved