@@ -2125,15 +2125,10 @@ private Response<RecognizeLinkedEntitiesResultCollection> RecognizeLinkedEntitie
2125
2125
/// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/language-support"/>.
2126
2126
/// For document length limits, maximum batch size, and supported text encoding, see
2127
2127
/// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/concepts/data-limits?tabs=version-3"/>.
2128
+ /// </summary>
2128
2129
/// <remarks>
2129
- /// <para>Method is only available for <see cref="TextAnalyticsClientOptions.ServiceVersion.V3_1"/> and up.</para>
2130
- /// <para>
2131
- /// Note: In order to use this functionality, request to access public preview is required.
2132
- /// Azure Active Directory (AAD) is not currently supported. For more information see
2133
- /// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview"/>.
2134
- /// </para>
2130
+ /// Method is only available for <see cref="TextAnalyticsClientOptions.ServiceVersion.V3_1"/> and up.
2135
2131
/// </remarks>
2136
- /// </summary>
2137
2132
/// <param name="documents">The documents to analyze.</param>
2138
2133
/// <param name="language">The language that the document is written in.</param>
2139
2134
/// <param name="options">The additional configurable <see cref="AnalyzeHealthcareEntitiesOptions"/> </param>
@@ -2158,15 +2153,10 @@ public virtual async Task<AnalyzeHealthcareEntitiesOperation> StartAnalyzeHealth
2158
2153
/// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/language-support"/>.
2159
2154
/// For document length limits, maximum batch size, and supported text encoding, see
2160
2155
/// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/concepts/data-limits?tabs=version-3"/>.
2156
+ /// </summary>
2161
2157
/// <remarks>
2162
- /// <para>Method is only available for <see cref="TextAnalyticsClientOptions.ServiceVersion.V3_1"/> and up.</para>
2163
- /// <para>
2164
- /// Note: In order to use this functionality, request to access public preview is required.
2165
- /// Azure Active Directory (AAD) is not currently supported. For more information see
2166
- /// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview"/>.
2167
- /// </para>
2158
+ /// Method is only available for <see cref="TextAnalyticsClientOptions.ServiceVersion.V3_1"/> and up.
2168
2159
/// </remarks>
2169
- /// </summary>
2170
2160
/// <param name="documents">The documents to analyze.</param>
2171
2161
/// <param name="language">The language that the document is written in.
2172
2162
/// If unspecified, this value will be set to the default language in
@@ -2198,15 +2188,10 @@ public virtual AnalyzeHealthcareEntitiesOperation StartAnalyzeHealthcareEntities
2198
2188
/// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/language-support"/>.
2199
2189
/// For document length limits, maximum batch size, and supported text encoding, see
2200
2190
/// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/concepts/data-limits?tabs=version-3"/>.
2191
+ /// </summary>
2201
2192
/// <remarks>
2202
- /// <para>Method is only available for <see cref="TextAnalyticsClientOptions.ServiceVersion.V3_1"/> and up.</para>
2203
- /// <para>
2204
- /// Note: In order to use this functionality, request to access public preview is required.
2205
- /// Azure Active Directory (AAD) is not currently supported. For more information see
2206
- /// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview"/>.
2207
- /// </para>
2193
+ /// Method is only available for <see cref="TextAnalyticsClientOptions.ServiceVersion.V3_1"/> and up.
2208
2194
/// </remarks>
2209
- /// </summary>
2210
2195
/// <param name="documents">The documents to analyze.</param>
2211
2196
/// <param name="options">The additional configurable options<see cref="AnalyzeHealthcareEntitiesOptions"/></param>
2212
2197
/// <param name="cancellationToken">A <see cref="CancellationToken"/> controlling the request lifetime.</param>
@@ -2231,15 +2216,10 @@ public virtual AnalyzeHealthcareEntitiesOperation StartAnalyzeHealthcareEntities
2231
2216
/// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/language-support"/>.
2232
2217
/// For document length limits, maximum batch size, and supported text encoding, see
2233
2218
/// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/concepts/data-limits?tabs=version-3"/>.
2219
+ /// </summary>
2234
2220
/// <remarks>
2235
- /// <para>Method is only available for <see cref="TextAnalyticsClientOptions.ServiceVersion.V3_1"/> and up.</para>
2236
- /// <para>
2237
- /// Note: In order to use this functionality, request to access public preview is required.
2238
- /// Azure Active Directory (AAD) is not currently supported. For more information see
2239
- /// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/how-tos/text-analytics-for-health?tabs=ner#request-access-to-the-public-preview"/>.
2240
- /// </para>
2221
+ /// Method is only available for <see cref="TextAnalyticsClientOptions.ServiceVersion.V3_1"/> and up.
2241
2222
/// </remarks>
2242
- /// </summary>
2243
2223
/// <param name="documents">The documents to analyze.</param>
2244
2224
/// <param name="options">The additional configurable options<see cref="AnalyzeHealthcareEntitiesOptions"/></param>
2245
2225
/// <param name="cancellationToken">A <see cref="CancellationToken"/> controlling the request lifetime.</param>
0 commit comments