Skip to content

Commit

Permalink
Fixing Azure#24449
Browse files Browse the repository at this point in the history
  • Loading branch information
kinelski committed Aug 22, 2023
1 parent eeee830 commit a96ee72
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using System.ComponentModel;

namespace Azure.AI.FormRecognizer
{
/// <summary>
Expand All @@ -11,6 +13,7 @@ public enum FormContentType
/// <summary>
/// Used for JSON files.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
Json,

/// <summary>
Expand Down

0 comments on commit a96ee72

Please sign in to comment.