Example #1
0
 public virtual Azure.Operation <System.Collections.Generic.IReadOnlyList <Azure.AI.FormRecognizer.Models.ExtractedLayoutPage> > StartExtractLayouts(System.IO.Stream stream, Azure.AI.FormRecognizer.Models.ContentType contentType, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Example #2
0
 public virtual System.Threading.Tasks.Task <Azure.Operation <System.Collections.Generic.IReadOnlyList <Azure.AI.FormRecognizer.Models.ExtractedReceipt> > > StartExtractReceiptsAsync(System.IO.Stream stream, Azure.AI.FormRecognizer.Models.ContentType contentType, bool includeRawPageExtractions = false, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }
Example #3
0
 public virtual Azure.Operation <System.Collections.Generic.IReadOnlyList <Azure.AI.FormRecognizer.Custom.ExtractedLabeledForm> > StartExtractLabeledForms(string modelId, System.IO.Stream stream, Azure.AI.FormRecognizer.Models.ContentType contentType, bool includeRawPageExtractions = false, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
 {
     throw null;
 }