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