Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 20,788 for

model

(0.17 sec)
  1. Aspose::Words::Layout::PageLayoutEvent enum | A...

    Aspose::Words::Layout::PageLayoutEvent enum. A code of event raised during page layout Model build and rendering. Page layout Model is built in two steps. First, "conversion step", this is when page layout pulls document content and creates object graph. Second, "reflow step", this is when structures are split, merged and arranged into pages. Depending of the operation which triggered build, page layout Model may or may not be further rendered into fixed page format. For example, computing number of pages in the document or updating fields does not require rendering, whereas export to Pdf does in C++....page layout model build and rendering. Page layout model is built...triggered build, page layout model may or may not be further rendered...

    reference.aspose.com/words/cpp/aspose.words.lay...
  2. Aspose::Words::AI::AiModel class | Aspose.Words...

    Aspose::Words::AI::AiModel class. An abstract class representing the integration with various AI Models within the Aspose.Words in C++....integration with various AI models within the Aspose.Words . class...leverages the connected AI model for checking grammar of document...

    reference.aspose.com/words/cpp/aspose.words.ai/...
  3. AI-powered Features|Documentation

    This article is a step-by-step guide to using AI-powered features for processing spreadsheet files....Table of Contents Configure AI Model Create AI Instance Process Files...C# programming. Configure AI Model To start using Cells AI, you...

    docs.aspose.com/cells/net/ai-powered-features/
  4. SummaryLength enumeration | Aspose.Words for No...

    Aspose.Words.AI.SummaryLength enumeration. Enumerates possible lengths of summary....text using OpenAI and Google models. let firstDoc = new aw . Document...Google generative language models. let model = aw . AI . AiModel ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Translate a Document|Aspose.Words for C++

    Translate a document. Aspose.Words for C++ simplifies document translation using Google AI Models, allowing you to specify the target language....Google generative language models, which allows developers to...languages, the Google AI‑based model will be able to translate all...

    docs.aspose.com/words/cpp/translate-a-document/
  6. ContextSize|Documentation

    Maximum number of tokens the Model attends to in Aspose.LLM for .NET — governs conversation length and KV cache size....number of tokens the loaded model can attend to at once. It caps...int? Default null (use the model’s training maximum from GGUF...

    docs.aspose.com/llm/net/developer-reference/par...
  7. Aspose::Words::AI::GoogleAiModel::GoogleAiModel...

    Aspose::Words::AI::GoogleAiModel::GoogleAiModel constructor. Initializes a new instance of GoogleAiModel class in C++....System::String& The name of the model. For example, gemini-2.5-flash...Shows how to use google AI model. System :: String apiKey = System...

    reference.aspose.com/words/cpp/aspose.words.ai/...
  8. Aspose::Words::AI::AiModel::get_Timeout method ...

    Aspose::Words::AI::AiModel::get_Timeout method. Gets or sets the number of milliseconds to wait before the request to AI Model times out. The default value is 100,000 milliseconds (100 seconds) in C++....wait before the request to AI model times out. The default value...Examples Shows how to change model default timeout. System :: String...

    reference.aspose.com/words/cpp/aspose.words.ai/...
  9. GoogleAiModel constructor | Aspose.Words for Py...

    aspose.words.ai.GoogleAiModel constructor...Description name str The name of the model. For example, gemini-2.5-flash...Description name str The name of the model. For example, gemini-2.5-flash...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Custom preset|Documentation

    Customize a built-in Aspose.LLM for .NET preset or build one from scratch — three patterns for bringing your own parameters or your own GGUF Model....the settings needed to run a model. When a built-in preset does... or a completely different model — you customize it. This page...

    docs.aspose.com/llm/net/use-cases/custom-preset/