A service that calculates field classification scores. A field classification score is a float value representing how well an AutofillValue filled matches an expected value predicted by an AutofillService. The full match is 1.0 (representing 100%), while a full mismatch is 0.0.
A service that renders an inline presentation view to be shown in the keyboard suggestion strip. The service is called to render a View object holding the Inline Suggestion for the new Inline Autofill flow. The default implementation for this renderer service calls into androidx.autofill.inline.Renderer to render the suggestion.