MCPcopy Create free account
hub / github.com/dialect-app/dialect / TranslatedPart

Class TranslatedPart

dialect/providers/modules/google.py:443–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441
442
443class TranslatedPart:
444 def __init__(self, text: str, candidates: list[str]):
445 self.text = text
446 self.candidates = candidates
447
448 def __str__(self):
449 return self.text

Callers 1

translateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected