'Declaration <DescriptionAttribute("The collection of form fields which are recognized on the filled image.")> Public ReadOnly Property RecognizedFields As System.Collections.Generic.IList(Of FormField)
[Description("The collection of form fields which are recognized on the filled image.")] public System.Collections.Generic.IList<FormField> RecognizedFields { get; }
[Description("The collection of form fields which are recognized on the filled image.")] public: __property System.Collections.Generic.IList<FormField*>* get_RecognizedFields();
[Description("The collection of form fields which are recognized on the filled image.")] public:
property System.Collections.Generic.IList<FormField^>^ RecognizedFields { System.Collections.Generic.IList<FormField^>^ get(); }