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