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