enum

Memvid::VerificationStatus

Inherits Enum < Comparable < Value < Object

Verification status.

Constants

Passed = 0
Failed = 1
Skipped = 2

Constructors

from_json_string(str : String) : self
Source

Instance methods

failed?

Returns true if this enum value equals Failed

Source
passed?

Returns true if this enum value equals Passed

Source
skipped?

Returns true if this enum value equals Skipped

Source