Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 16,262 for

model

(0.03 sec)
  1. Aspose::Words::Layout namespace | Aspose.Words ...

    Aspose::Words::Layout namespace. The Aspose.Words.Layout namespace provides classes that allow to access information such as on what page and where on a page particular document elements are positioned, when the document is formatted into pages in C++....to walk over the page layout model. Available properties are type...and rendering of page layout model. Enums Enum Description CommentDisplayMode...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. How To Use XPath To Select XML Nodes – C# – Asp...

    You will learn how to navigate through an XML document and select nodes using XPath. The article considers С# examples of selecting the required information from an XML file using XPath queries....car descendant::Car with a model’s date of manufacture newer...newer than 2005 descendant::Model > 2005 . In terms of the DOM tree...

    docs.aspose.com/html/net/how-to-articles/how-to...
  3. CheckGrammarOptions class | Aspose.Words for No...

    Aspose.Words.AI.CheckGrammarOptions class. Allows to specify various options while checking grammar of a document using AI....OpenAI generative language models. let model = aw . AI . AiModel .... createGpt4OMini (); model . setApiKey ( apiKey ); let grammarOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::AI::IAiModelText::Translate meth...

    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++....leverages the connected AI model for content translating. virtual...translate text using Google models. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.ai/...
  5. AI Grammar Checking|Aspose.Words for C++

    Check a document grammar. Aspose.Words for C++ allows users to check grammar and detect errors in documents using OpenAI, Google, and Claude Models....OpenAI, Google, and Claude models' families listed in the AiModelType...how to use the GPT-4o mini model in Aspose.Words to check grammar:...

    docs.aspose.com/words/cpp/grammar-checking/
  6. Summarize a Document|Aspose.Words for Python vi...

    Summarize a document. Aspose.Words for Python simplifies document summarization using OpenAI and Google AI Models by allowing you to specify the summary length....summarization using AI-powered models, making it easier to process...advanced generative language models from OpenAI and Google , as...

    docs.aspose.com/words/python-net/summarize-a-do...
  7. Aspose::Words::AI::SummarizeOptions class | Asp...

    Aspose::Words::AI::SummarizeOptions class. Allows to specify various options for summarizing document content in C++....text using OpenAI and Google models. auto firstDoc = System ::...Google generative language models. System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.ai/...
  8. AI Grammar Checking|Aspose.Words for Java

    Check a document grammar. Aspose.Words for Java allows users to check grammar and detect errors in documents using OpenAI, Google, and Claude Models....OpenAI, Google, and Claude models' families listed in the AiModelType...how to use the GPT-4o mini model in Aspose.Words to check grammar:...

    docs.aspose.com/words/java/grammar-checking/
  9. Translate a Document|Aspose.Words for Node.js v...

    Translate a document. Aspose.Words for Node.js via .NET simplifies document translation using AI Models, allowing you to specify the target language....Anthropic generative language models, which allows developers to...several languages, the AI-based model will be able to translate all...

    docs.aspose.com/words/nodejs-net/translate-a-do...
  10. Create a PDF from web page using MVC .NET 4.8 -...

    I am using .NET framework 4.8 and would like to create a PDF from and application using MVC. Please provide guidance on using views and viewModels to create the PDF....ActionResult GeneratePdf() { var model = new PdfViewModel { Title =...RenderRazorViewToStr("PdfView", model); // Convert HTML to PDF using...

    forum.aspose.com/t/create-a-pdf-from-web-page-u...