-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update file(s) "/." from "aspose-words/Aspose.Words-API-References"
- Loading branch information
1 parent
d8a5045
commit 084614e
Showing
91 changed files
with
3,163 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...sites/aspose/words/english/cpp/aspose.words.ai/iaimodeltext/translate/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: Aspose::Words::AI::IAiModelText::Translate method | ||
linktitle: Translate | ||
second_title: Aspose.Words for C++ API Reference | ||
description: 'Aspose::Words::AI::IAiModelText::Translate method. Translates the provided document into the specified target language. This operation leverages the connected AI model for content translating in C++.' | ||
type: docs | ||
weight: 5000 | ||
url: /cpp/aspose.words.ai/iaimodeltext/translate/ | ||
--- | ||
## IAiModelText::Translate method | ||
|
||
|
||
Translates the provided document into the specified target language. This operation leverages the connected [AI](../../) model for content translating. | ||
|
||
```cpp | ||
virtual System::SharedPtr<Aspose::Words::Document> Aspose::Words::AI::IAiModelText::Translate(System::SharedPtr<Aspose::Words::Document> sourceDocument, Aspose::Words::AI::Language targetLanguage)=0 | ||
``` | ||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| sourceDocument | System::SharedPtr\<Aspose::Words::Document\> | The document to be translated. | | ||
| targetLanguage | Aspose::Words::AI::Language | The language into which the document will be translated. | | ||
### ReturnValue | ||
A new [Document](../../../aspose.words/document/) object containing the translated document. | ||
## See Also | ||
* Class [Document](../../../aspose.words/document/) | ||
* Enum [Language](../../language/) | ||
* Interface [IAiModelText](../) | ||
* Namespace [Aspose::Words::AI](../../) | ||
* Library [Aspose.Words for C++](../../../) |
Oops, something went wrong.