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/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeCustomFormsOperation.cs
+35-8Lines changed: 35 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,9 @@ public class RecognizeCustomFormsOperation : Operation<IReadOnlyList<RecognizedF
33
33
/// <summary>The id of the model to use for recognizing form values.</summary>
34
34
privatereadonlystring_modelId;
35
35
36
+
/// <summary>An ID representing the operation that can be used along with <see cref="_modelId"/> to poll for the status of the long-running operation.</summary>
37
+
privatereadonlystring_resultId;
38
+
36
39
/// <inheritdoc/>
37
40
publicoverridestringId{get;}
38
41
@@ -60,17 +63,24 @@ public override ValueTask<Response<IReadOnlyList<RecognizedForm>>> WaitForComple
0 commit comments