예제 #1
0
 /// <summary>
 /// Returns all pronounts in string
 /// </summary>
 /// Returns all pronouns in the input string
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='input'>
 /// Input string
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <string> PronounsAsync(this IWords operations, string input, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.PronounsWithHttpMessagesAsync(input, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }