Match
In [ ]:
Copied!
from pydantic import BaseModel
from pydantic import BaseModel
In [ ]:
Copied!
class Match(BaseModel):
phrase: str
score: float
class Match(BaseModel):
phrase: str
score: float
Last update:
July 13, 2022