Пример #1
0
 /// <summary>
 /// Get words in input string (JSON)
 /// </summary>
 /// Get the component words in an input string, formatted as JSON
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='input'>
 /// String to process
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <GetWordsJsonOKResponse> GetWordsJsonAsync(this IWords operations, string input, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetWordsJsonWithHttpMessagesAsync(input, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }