@@ -445,7 +445,7 @@ public static partial class DocumentAnalysisModelFactory
445445 public static Azure . AI . FormRecognizer . DocumentAnalysis . DocumentSpan DocumentSpan ( int offset = 0 , int length = 0 ) { throw null ; }
446446 public static Azure . AI . FormRecognizer . DocumentAnalysis . DocumentStyle DocumentStyle ( bool ? isHandwritten = default ( bool ? ) , System . Collections . Generic . IEnumerable < Azure . AI . FormRecognizer . DocumentAnalysis . DocumentSpan > spans = null , float confidence = 0f ) { throw null ; }
447447 public static Azure . AI . FormRecognizer . DocumentAnalysis . DocumentTable DocumentTable ( int rowCount = 0 , int columnCount = 0 , System . Collections . Generic . IEnumerable < Azure . AI . FormRecognizer . DocumentAnalysis . DocumentTableCell > cells = null , System . Collections . Generic . IEnumerable < Azure . AI . FormRecognizer . DocumentAnalysis . BoundingRegion > boundingRegions = null , System . Collections . Generic . IEnumerable < Azure . AI . FormRecognizer . DocumentAnalysis . DocumentSpan > spans = null ) { throw null ; }
448- public static Azure . AI . FormRecognizer . DocumentAnalysis . DocumentTableCell DocumentTableCell ( Azure . AI . FormRecognizer . DocumentAnalysis . DocumentTableCellKind ? kind = default ( Azure . AI . FormRecognizer . DocumentAnalysis . DocumentTableCellKind ? ) , int rowIndex = 0 , int columnIndex = 0 , int ? rowSpan = default ( int ? ) , int ? columnSpan = default ( int ? ) , string content = null , System . Collections . Generic . IEnumerable < Azure . AI . FormRecognizer . DocumentAnalysis . BoundingRegion > boundingRegions = null , System . Collections . Generic . IEnumerable < Azure . AI . FormRecognizer . DocumentAnalysis . DocumentSpan > spans = null ) { throw null ; }
448+ public static Azure . AI . FormRecognizer . DocumentAnalysis . DocumentTableCell DocumentTableCell ( Azure . AI . FormRecognizer . DocumentAnalysis . DocumentTableCellKind kind = default ( Azure . AI . FormRecognizer . DocumentAnalysis . DocumentTableCellKind ) , int rowIndex = 0 , int columnIndex = 0 , int rowSpan = 0 , int columnSpan = 0 , string content = null , System . Collections . Generic . IEnumerable < Azure . AI . FormRecognizer . DocumentAnalysis . BoundingRegion > boundingRegions = null , System . Collections . Generic . IEnumerable < Azure . AI . FormRecognizer . DocumentAnalysis . DocumentSpan > spans = null ) { throw null ; }
449449 public static Azure . AI . FormRecognizer . DocumentAnalysis . DocumentWord DocumentWord ( string content = null , Azure . AI . FormRecognizer . DocumentAnalysis . BoundingBox boundingBox = default ( Azure . AI . FormRecognizer . DocumentAnalysis . BoundingBox ) , Azure . AI . FormRecognizer . DocumentAnalysis . DocumentSpan span = default ( Azure . AI . FormRecognizer . DocumentAnalysis . DocumentSpan ) , float confidence = 0f ) { throw null ; }
450450 public static Azure . AI . FormRecognizer . DocumentAnalysis . ModelOperation ModelOperation ( string operationId = null , Azure . AI . FormRecognizer . DocumentAnalysis . DocumentOperationStatus status = Azure . AI . FormRecognizer . DocumentAnalysis . DocumentOperationStatus . NotStarted , int ? percentCompleted = default ( int ? ) , System . DateTimeOffset createdOn = default ( System . DateTimeOffset ) , System . DateTimeOffset lastUpdatedOn = default ( System . DateTimeOffset ) , Azure . AI . FormRecognizer . DocumentAnalysis . DocumentOperationKind kind = default ( Azure . AI . FormRecognizer . DocumentAnalysis . DocumentOperationKind ) , string resourceLocation = null , System . Collections . Generic . IReadOnlyDictionary < string , string > tags = null , Azure . ResponseError error = null , Azure . AI . FormRecognizer . DocumentAnalysis . DocumentModel result = null ) { throw null ; }
451451 public static Azure . AI . FormRecognizer . DocumentAnalysis . ModelOperationInfo ModelOperationInfo ( string operationId = null , Azure . AI . FormRecognizer . DocumentAnalysis . DocumentOperationStatus status = Azure . AI . FormRecognizer . DocumentAnalysis . DocumentOperationStatus . NotStarted , int ? percentCompleted = default ( int ? ) , System . DateTimeOffset createdOn = default ( System . DateTimeOffset ) , System . DateTimeOffset lastUpdatedOn = default ( System . DateTimeOffset ) , Azure . AI . FormRecognizer . DocumentAnalysis . DocumentOperationKind kind = default ( Azure . AI . FormRecognizer . DocumentAnalysis . DocumentOperationKind ) , string resourceLocation = null , System . Collections . Generic . IReadOnlyDictionary < string , string > tags = null ) { throw null ; }
@@ -686,11 +686,11 @@ public partial class DocumentTableCell
686686 internal DocumentTableCell ( ) { }
687687 public System . Collections . Generic . IReadOnlyList < Azure . AI . FormRecognizer . DocumentAnalysis . BoundingRegion > BoundingRegions { get { throw null ; } }
688688 public int ColumnIndex { get { throw null ; } }
689- public int ? ColumnSpan { get { throw null ; } }
689+ public int ColumnSpan { get { throw null ; } }
690690 public string Content { get { throw null ; } }
691- public Azure . AI . FormRecognizer . DocumentAnalysis . DocumentTableCellKind ? Kind { get { throw null ; } }
691+ public Azure . AI . FormRecognizer . DocumentAnalysis . DocumentTableCellKind Kind { get { throw null ; } }
692692 public int RowIndex { get { throw null ; } }
693- public int ? RowSpan { get { throw null ; } }
693+ public int RowSpan { get { throw null ; } }
694694 public System . Collections . Generic . IReadOnlyList < Azure . AI . FormRecognizer . DocumentAnalysis . DocumentSpan > Spans { get { throw null ; } }
695695 }
696696 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
0 commit comments