Skip to content
Snippets Groups Projects
Commit c651bd29 authored by Stephen Witkowski's avatar Stephen Witkowski
Browse files

Update score threshold in GoogleEncoder

parent f3145412
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ class GoogleEncoder(BaseEncoder):
def __init__(
self,
name: Optional[str] = None,
score_threshold: float = 0.3,
score_threshold: float = 0.75,
project_id: Optional[str] = None,
location: Optional[str] = None,
api_endpoint: Optional[str] = None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment