Table of contents

Enumeration CrossVerificationStatus

CrossVerificationStatus describes the status of the captured results.

  • JavaScript
enum EnumCrossVerificationStatus {
  /** The cross verification has not been performed yet. */
  CVS_NOT_VERIFIED = 0,
  /** The cross verification has been passed successfully. */
  CVS_PASSED = 1,
  /** The cross verification has failed. */
  CVS_FAILED = 2
  }

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: