Skip to content

Commit

Permalink
re-record (no idea what happened) and readd the version comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maririos committed Jun 30, 2021
1 parent d9ae215 commit c6013f1
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 557 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2126,6 +2126,9 @@ private Response<RecognizeLinkedEntitiesResultCollection> RecognizeLinkedEntitie
/// For document length limits, maximum batch size, and supported text encoding, see
/// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/concepts/data-limits?tabs=version-3"/>.
/// </summary>
/// <remarks>
/// Method is only available for <see cref="TextAnalyticsClientOptions.ServiceVersion.V3_1"/> and up.
/// </remarks>
/// <param name="documents">The documents to analyze.</param>
/// <param name="language">The language that the document is written in.</param>
/// <param name="options">The additional configurable <see cref="AnalyzeHealthcareEntitiesOptions"/> </param>
Expand All @@ -2151,6 +2154,9 @@ public virtual async Task<AnalyzeHealthcareEntitiesOperation> StartAnalyzeHealth
/// For document length limits, maximum batch size, and supported text encoding, see
/// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/concepts/data-limits?tabs=version-3"/>.
/// </summary>
/// <remarks>
/// Method is only available for <see cref="TextAnalyticsClientOptions.ServiceVersion.V3_1"/> and up.
/// </remarks>
/// <param name="documents">The documents to analyze.</param>
/// <param name="language">The language that the document is written in.
/// If unspecified, this value will be set to the default language in
Expand Down Expand Up @@ -2183,6 +2189,9 @@ public virtual AnalyzeHealthcareEntitiesOperation StartAnalyzeHealthcareEntities
/// For document length limits, maximum batch size, and supported text encoding, see
/// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/concepts/data-limits?tabs=version-3"/>.
/// </summary>
/// <remarks>
/// Method is only available for <see cref="TextAnalyticsClientOptions.ServiceVersion.V3_1"/> and up.
/// </remarks>
/// <param name="documents">The documents to analyze.</param>
/// <param name="options">The additional configurable options<see cref="AnalyzeHealthcareEntitiesOptions"/></param>
/// <param name="cancellationToken">A <see cref="CancellationToken"/> controlling the request lifetime.</param>
Expand All @@ -2208,6 +2217,9 @@ public virtual AnalyzeHealthcareEntitiesOperation StartAnalyzeHealthcareEntities
/// For document length limits, maximum batch size, and supported text encoding, see
/// <see href="https://docs.microsoft.com/azure/cognitive-services/text-analytics/concepts/data-limits?tabs=version-3"/>.
/// </summary>
/// <remarks>
/// Method is only available for <see cref="TextAnalyticsClientOptions.ServiceVersion.V3_1"/> and up.
/// </remarks>
/// <param name="documents">The documents to analyze.</param>
/// <param name="options">The additional configurable options<see cref="AnalyzeHealthcareEntitiesOptions"/></param>
/// <param name="cancellationToken">A <see cref="CancellationToken"/> controlling the request lifetime.</param>
Expand Down
Loading

0 comments on commit c6013f1

Please sign in to comment.