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