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/textanalytics/Azure.AI.TextAnalytics/src/AnalyzeBatchActionsOperation.cs
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -121,11 +121,6 @@ public class AnalyzeBatchActionsOperation : PageableOperation<AnalyzeBatchAction
121
121
/// </summary>
122
122
privatebool?_showStats{get;}
123
123
124
-
/// <summary>
125
-
/// Provides the api version to use when doing pagination.
126
-
/// </summary>
127
-
privatereadonlystring_apiVersion;
128
-
129
124
/// <summary>
130
125
/// Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).
131
126
/// </summary>
@@ -150,15 +145,13 @@ public AnalyzeBatchActionsOperation(string operationId, TextAnalyticsClient clie
150
145
/// </summary>
151
146
/// <param name="serviceClient">The client for communicating with the Form Recognizer Azure Cognitive Service through its REST API.</param>
152
147
/// <param name="diagnostics">The client diagnostics for exception creation in case of failure.</param>
153
-
/// <param name="apiversion">The specific api version to use.</param>
154
148
/// <param name="operationLocation">The address of the long-running operation. It can be obtained from the response headers upon starting the operation.</param>
0 commit comments