You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/documentintelligence/azure-ai-documentintelligence/src/main/java/com/azure/ai/documentintelligence/models/DocumentLanguage.java
+6-6
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ public final class DocumentLanguage implements JsonSerializable<DocumentLanguage
23
23
* or BCP 47 language tag (ex. "zh-Hans").
24
24
*/
25
25
@Generated
26
-
privatefinalStringlocale;
26
+
privatefinallonglocale;
27
27
28
28
/*
29
29
* Location of the text elements in the concatenated content the language applies
@@ -46,7 +46,7 @@ public final class DocumentLanguage implements JsonSerializable<DocumentLanguage
0 commit comments