RecognizedFormCollection Class

Definition

A read-only collection of RecognizedForm objects.

public class RecognizedFormCollection : System.Collections.ObjectModel.ReadOnlyCollection<Azure.AI.FormRecognizer.Models.RecognizedForm>
type RecognizedFormCollection = class
    inherit ReadOnlyCollection<RecognizedForm>
Public Class RecognizedFormCollection
Inherits ReadOnlyCollection(Of RecognizedForm)
Inheritance
RecognizedFormCollection

Applies to