Provides struct and type for a SearchResultHitTextMatchInfo
@type t() :: %OpenApiTypesense.SearchResultHitTextMatchInfo{ best_field_score: String.t(), best_field_weight: integer(), fields_matched: integer(), num_tokens_dropped: integer(), score: String.t(), tokens_matched: integer(), typo_prefix_score: integer() }