@@ -805,7 +805,7 @@ public static partial class DocumentIntelligenceModelFactory
805805 public static Azure . AI . DocumentIntelligence . DocumentIntelligenceWarning DocumentIntelligenceWarning ( string code = null , string message = null , string target = null ) { throw null ; }
806806 public static Azure . AI . DocumentIntelligence . DocumentKeyValueElement DocumentKeyValueElement ( string content = null , System . Collections . Generic . IEnumerable < Azure . AI . DocumentIntelligence . BoundingRegion > boundingRegions = null , System . Collections . Generic . IEnumerable < Azure . AI . DocumentIntelligence . DocumentSpan > spans = null ) { throw null ; }
807807 public static Azure . AI . DocumentIntelligence . DocumentKeyValuePair DocumentKeyValuePair ( Azure . AI . DocumentIntelligence . DocumentKeyValueElement key = null , Azure . AI . DocumentIntelligence . DocumentKeyValueElement value = null , float confidence = 0f ) { throw null ; }
808- public static Azure . AI . DocumentIntelligence . DocumentLanguage DocumentLanguage ( string locale = null , System . Collections . Generic . IEnumerable < Azure . AI . DocumentIntelligence . DocumentSpan > spans = null , float confidence = 0f ) { throw null ; }
808+ public static Azure . AI . DocumentIntelligence . DocumentLanguage DocumentLanguage ( long locale = ( long ) 0 , System . Collections . Generic . IEnumerable < Azure . AI . DocumentIntelligence . DocumentSpan > spans = null , float confidence = 0f ) { throw null ; }
809809 public static Azure . AI . DocumentIntelligence . DocumentLine DocumentLine ( string content = null , System . Collections . Generic . IEnumerable < float > polygon = null , System . Collections . Generic . IEnumerable < Azure . AI . DocumentIntelligence . DocumentSpan > spans = null ) { throw null ; }
810810 public static Azure . AI . DocumentIntelligence . DocumentModelBuildOperationDetails DocumentModelBuildOperationDetails ( string operationId = null , Azure . AI . DocumentIntelligence . OperationStatus status = default ( Azure . AI . DocumentIntelligence . OperationStatus ) , int ? percentCompleted = default ( int ? ) , System . DateTimeOffset createdOn = default ( System . DateTimeOffset ) , System . DateTimeOffset lastUpdatedOn = default ( System . DateTimeOffset ) , System . Uri resourceLocation = null , string apiVersion = null , System . Collections . Generic . IReadOnlyDictionary < string , string > tags = null , Azure . AI . DocumentIntelligence . DocumentIntelligenceError error = null , Azure . AI . DocumentIntelligence . DocumentModelDetails result = null ) { throw null ; }
811811 public static Azure . AI . DocumentIntelligence . DocumentModelComposeOperationDetails DocumentModelComposeOperationDetails ( string operationId = null , Azure . AI . DocumentIntelligence . OperationStatus status = default ( Azure . AI . DocumentIntelligence . OperationStatus ) , int ? percentCompleted = default ( int ? ) , System . DateTimeOffset createdOn = default ( System . DateTimeOffset ) , System . DateTimeOffset lastUpdatedOn = default ( System . DateTimeOffset ) , System . Uri resourceLocation = null , string apiVersion = null , System . Collections . Generic . IReadOnlyDictionary < string , string > tags = null , Azure . AI . DocumentIntelligence . DocumentIntelligenceError error = null , Azure . AI . DocumentIntelligence . DocumentModelDetails result = null ) { throw null ; }
@@ -864,7 +864,7 @@ public partial class DocumentLanguage : System.ClientModel.Primitives.IJsonModel
864864 {
865865 internal DocumentLanguage ( ) { }
866866 public float Confidence { get { throw null ; } }
867- public string Locale { get { throw null ; } }
867+ public long Locale { get { throw null ; } }
868868 public System . Collections . Generic . IReadOnlyList < Azure . AI . DocumentIntelligence . DocumentSpan > Spans { get { throw null ; } }
869869 Azure . AI . DocumentIntelligence . DocumentLanguage System . ClientModel . Primitives . IJsonModel < Azure . AI . DocumentIntelligence . DocumentLanguage > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
870870 void System . ClientModel . Primitives . IJsonModel < Azure . AI . DocumentIntelligence . DocumentLanguage > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
0 commit comments