Ürünlerimize göz atın Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
KurulumPaket pypi.org’da mevcut‘dir ve aşağıdaki komut çalıştırılarak pip aracılığıyla kurulabilir:pip install groupdocs-translation-cloud
Paket pypi.org’da mevcut‘dir ve aşağıdaki komut çalıştırılarak pip aracılığıyla kurulabilir:
pip
pip install groupdocs-translation-cloud
GroupDocs Cloud Dashboard‘da kişisel bir hesap oluşturun ve Anahtarları Al‘a tıklayın. Bu anahtarlar tüm GroupDocs Bulut ürünleri için kullanışlıdır. Herhangi bir sorunla karşılaşırsanız, bu ayrıntılı kılavuza bakın. Anahtarlarınız alındıktan sonra GroupDocs.Translation Cloud’u denemek için lütfen bu makaleyi izleyin veya daha fazla ayrıntı için Geliştirici kılavuzu hakkında bilgi edinin.
groupdocs-translation-cloud‘ı PIP ile PyPI‘den şu şekilde yükleyin:
groupdocs-translation-cloud
Veya depoyu klonlayın ve Setuptools aracılığıyla yükleyin:
python setup.py install
Bu proje şunları içerir:
Python :: 2.7, Python :: 3, Python :: 3.4, Python :: 3.5, Python :: 3.6, Python :: 3.7, Python :: 3.8
Python :: 2.7
Python :: 3
Python :: 3.4
Python :: 3.5
Python :: 3.6
Python :: 3.7
Python :: 3.8
# Load the gem import groupdocs_translation_cloud # Get Client Id and Client Secret from https://dashboard.groupdocs.cloud my_client_id = "" my_client_secret = "" # Create instance of the API configuration = Configuration(apiKey=my_client_secret, appSid=my_client_id) api = TranslationApi(configuration) #document translation pair = "en-fr" _format = "docx" storage = "First Storage" name = "test.docx" folder = "" savepath = "" savefile = "test_python.docx" masters = False elements = [] translator = TranslateDocument(pair, _format, storage, name, folder, savepath, savefile, masters, elements) request = translator.to_string() res_doc = api.post_translate_document(request) print(res_doc.message)
Tüm URI’ler https://api.groupdocs.cloud/v2.0/translation‘e göredir
https://api.groupdocs.cloud/v2.0/translation
TranslationApi
autoPost
/auto
csvPost
/csv
documentPost
/document
documentRequestIdGet
/document/{requestId}
documentTrialPost
/document/trial
hcGet
/hc
htmlPost
/html
hugoGet
/hugo
hugoPost
imageToFilePost
/image-to-file
imageToTextPost
/image-to-text
languagesGet
/languages
markdownPost
/markdown
pdfPost
/pdf
pdfTrialPost
/pdf/trial
presentationPost
/presentation
resxPost
/resx
spreadsheetPost
/spreadsheet
textPost
/text
textRequestIdGet
/text/{requestId}
textTrialPost
/text/trial
Documentation for ModelsCloudFileResponse, CloudHugoResponse, CloudTextResponse, CsvFileRequest, FileRequest, HealthCheckStatus, HtmlFileRequest, HttpStatusCode, HugoRequest, ImageToFileRequest, ImageToTextRequest, LanguagePairData, MarkdownFileRequest, PdfFileRequest, PresentationFileRequest, ResxFileRequest, SpreadsheetFileRequest, StatusResponse, StringStringTuple, TextDocumentFileRequest, TextRequest, UrlFileInfo, WorksheetData
CloudFileResponse, CloudHugoResponse, CloudTextResponse, CsvFileRequest, FileRequest, HealthCheckStatus, HtmlFileRequest, HttpStatusCode, HugoRequest, ImageToFileRequest, ImageToTextRequest, LanguagePairData, MarkdownFileRequest, PdfFileRequest, PresentationFileRequest, ResxFileRequest, SpreadsheetFileRequest, StatusResponse, StringStringTuple, TextDocumentFileRequest, TextRequest, UrlFileInfo, WorksheetData
CloudFileResponse
CloudHugoResponse
CloudTextResponse
CsvFileRequest
FileRequest
HealthCheckStatus
HtmlFileRequest
HttpStatusCode
HugoRequest
ImageToFileRequest
ImageToTextRequest
LanguagePairData
MarkdownFileRequest
PdfFileRequest
PresentationFileRequest
ResxFileRequest
SpreadsheetFileRequest
StatusResponse
StringStringTuple
TextDocumentFileRequest
TextRequest
UrlFileInfo
WorksheetData
groupdocs-net-rest-api nuget sdk net-sdk cloud rest rest-api cloud-api mit jwt oauth groupdocs-total-cloud groupdocs-translation-cloud document-automation document automation cloud-document doc docx docm rtf odt xls xlsx xlsm csv tsv ods ppt pptx pptm odp pdf md markdown translate translator multi-lingual language language-pair translation-pair json paragraph header footer footnote endnote image caption table pivot cells charts master slide notes comments frames convert conversion converter french english german deutsch chinese spanish italian russian arabic portuguese polish ukrainian vietnamese indonesian hindi greek dutch hungarian swedish turkish japanese korean czech finnish irish slovak farsi persian hebrew azerbaijani thai romanian malay bulgarian english-to-french french-to-english english-to-german german-to-english english-to-deutsch deutsch-to-english english-to-chinese chinese-to-english english-to-spanish spanish-to-english english-to-italian italian-to-english english-to-russian russian-to-english english-to-arabic arabic-to-english english-to-portuguese portuguese-to-english english-to-polish polish-to-english english-to-ukrainian ukrainian-to-english english-to-vietnamese vietnamese-to-english english-to-indonesian indonesian-to-english english-to-hindi hindi-to-english english-to-greek greek-to-english english-to-dutch dutch-to-english english-to-hungarian hungarian-to-english english-to-swedish swedish-to-english english-to-turkish turkish-to-english english-to-japanese japanese-to-english english-to-korean korean-to-english english-to-czech czech-to-english english-to-finnish finnish-to-english english-to-irish irish-to-english english-to-slovak slovak-to-english english-to-farsi farsi-to-english english-to-persian persian-to-english english-to-hebrew hebrew-to-english english-to-azerbaijani azerbaijani-to-english english-to-thai thai-to-english english-to-romanian romanian-to-english english-to-malay malay-to-english english-to-bulgarian bulgarian-to-english french-to-german german-to-french french-to-deutsch deutsch-to-french french-to-italian italian-to-french french-to-arabic arabic-to-french