ExtractedPage Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExtractedPage() |
Initializes a new instance of the ExtractedPage class. |
ExtractedPage(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<ExtractedKeyValuePair>, IList<ExtractedTable>) |
Initializes a new instance of the ExtractedPage class. |
ExtractedPage()
Initializes a new instance of the ExtractedPage class.
public ExtractedPage ();
Public Sub New ()
Applies to
ExtractedPage(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<ExtractedKeyValuePair>, IList<ExtractedTable>)
Initializes a new instance of the ExtractedPage class.
public ExtractedPage (int? number = default, int? height = default, int? width = default, int? clusterId = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedKeyValuePair> keyValuePairs = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedTable> tables = default);
new Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedPage : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedKeyValuePair> * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedTable> -> Microsoft.Azure.CognitiveServices.FormRecognizer.Models.ExtractedPage
Public Sub New (Optional number As Nullable(Of Integer) = Nothing, Optional height As Nullable(Of Integer) = Nothing, Optional width As Nullable(Of Integer) = Nothing, Optional clusterId As Nullable(Of Integer) = Nothing, Optional keyValuePairs As IList(Of ExtractedKeyValuePair) = Nothing, Optional tables As IList(Of ExtractedTable) = Nothing)
Parameters
- keyValuePairs
- IList<ExtractedKeyValuePair>
List of Key-Value pairs extracted from the page.
- tables
- IList<ExtractedTable>
List of Tables and their information extracted from the page.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.