コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FormTrainingClientLiveTests"/> class.
 /// </summary>
 /// <param name="isAsync">A flag used by the Azure Core Test Framework to differentiate between tests for asynchronous and synchronous methods.</param>
 public FormTrainingClientLiveTests(bool isAsync) : base(isAsync)
 {
     Sanitizer = new FormRecognizerRecordedTestSanitizer();
     Matcher   = new FormRecognizerRecordMatcher();
 }
コード例 #2
0
 public FormRecognizerLiveTestBase(bool isAsync) : base(isAsync)
 {
     Sanitizer = new FormRecognizerRecordedTestSanitizer();
     Matcher   = new FormRecognizerRecordMatcher();
 }