Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 19,764 for

model

(1.12 sec)
  1. Using Azure OpenAI with Aspose.Words.IA - Free ...

    I want to use Aspose.words.IA in .Net to Check grammar using my Azure OpenAI instance. but I receive an error message : Ressource not found. Th url and Apikey are correct because I already use them in my project to reach…...api-version=2025-01-01-preview"; OpenAiModel model = (OpenAiModel)AiModel.Create(AiModelType...Gpt4O) .WithApiKey(azureApiKey); model.Url = azureEndpoint; CheckGrammarOptions...

    forum.aspose.com/t/using-azure-openai-with-aspo...
  2. Aspose::Words::NodeList class | Aspose.Words fo...

    Aspose::Words::NodeList class. Represents a collection of nodes matching an XPath query executed using the SelectNodes() method. To learn more, visit the documentation article in C++....Words Document Object Model (DOM) documentation article...#include <Aspose.Words.Cpp/Model/Nodes/NodeType.h> #include <Aspose...

    reference.aspose.com/words/cpp/aspose.words/nod...
  3. Programming with Documents in Java|Aspose.Words...

    Use the Aspose.Words Document Object Model classes to programmatically create, modify, and manage documents with Java. Work with document properties, settings, and content, as well as with document appearance through the management of colors, shapes, fonts and other graphics....Words Document Object Model classes. Articles in this section...Object Model Translate Markdown to Document Object Model (DOM)...

    docs.aspose.com/words/java/programming-with-doc...
  4. Aspose::Words::AI::AiModel::CheckGrammar method...

    Aspose::Words::AI::AiModel::CheckGrammar method. Checks grammar of the provided document. This operation leverages the connected AI Model for checking grammar of document in C++....leverages the connected AI model for checking grammar of document...OpenAI generative language models. System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.ai/...
  5. 创建带有基本 3D 形状的场景|Documentation

    Aspose.3D for Node.js 通过 Java API 具有对基本 3D 形状的支持。所有参数化基本体在保存到任何受支持的输出文件格式时,都将自动转换为网格。...Scene from Primitive 3D Shapes Modeling is the process of pure creation... Scene (); // Create a Box model scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/create-scene-...
  6. Module.DetectAreasMode.COMBINE|Documentation

    How Aspose.OCR for JavaScript via C++ determines the structure of a document using the Module.DetectAreasMode.COMBINE Model....PHOTO model. This allows you to handle even...specialized models. Try one of the dedicated area detection models if...

    docs.aspose.com/ocr/javascript-cpp/areas-detect...
  7. Convert Solid Edge Files' Extensions To STEP - ...

    Hi, 1.Summary of CAD Software=Solid Edge and File Extensions :one: Solid Edge A 3D CAD (Computer-Aided Design) software used for designing machine parts, assemblies, and technical drawings. File Extensions: • ‎.PAR …...file of a single part in a 3D model. • ‎.ASM – An assembly file...drawing file generated from the model. Exchange Format – STEP A standard...

    forum.aspose.com/t/convert-solid-edge-files-ext...
  8. Summarize a Document|Aspose.Words for Node.js v...

    Summarize a document. Aspose.Words for Node.js simplifies document summarization using OpenAI, Google and Anthropic 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 , Google and Anthropic...

    docs.aspose.com/words/nodejs-net/summarize-a-do...
  9. Create Scene with Primitive 3D Shapes|Documenta...

    Using Aspose.3D for Python via .NET, developers can define a scene with primitive 3D shapes. All parameterized primitives will be converted to mesh automatically while saving in any supported output file format....Scene from Primitive 3D Shapes Modeling is the process of pure creation...scene = Scene () # Create a Box model scene . root_node . create_child_node...

    docs.aspose.com/3d/python-net/create-scene-with...
  10. CheckGrammarOptions class | Aspose.Words for Py...

    aspose.words.ai.CheckGrammarOptions class. Allows to specify various options while checking grammar of a document using AI....OpenAI generative language models. model = aw . ai . AiModel . create...improve_stylistics = True proofed_doc = model . check_grammar ( doc , grammar_options...

    reference.aspose.com/words/python-net/aspose.wo...