class Guess Base class for guesses made by TypeGuesserInterface implementation. Each instance
class TypeGuess extends Guess
static Guess|null getBestGuess(array $guesses)
int getConfidence() Returns the confidence that the guessed value is correct.
string getType() Returns the guessed field type.
class ValueGuess extends Guess
array getOptions() Returns the guessed options for creating instances of the guessed type.