Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 18,540 for

model

(0.2 sec)
  1. Aspose::Words::AI::SummarizeOptions::get_Summar...

    Aspose::Words::AI::SummarizeOptions::get_SummaryLength method. Allows to specify summary length. Default value is Medium 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/...
  2. AiModel.Translate | Aspose.Words for .NET

    Professional document translation API supporting multiple languages. Translate Word documents accurately with AI-powered language processing....leverages the connected AI model for content translating. public...translate text using Google models. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.ai/...
  3. AiModel.Create | Aspose.Words for .NET

    Discover the AiModel Create method to effortlessly generate new AiModel class instances, enhancing your AI development with streamlined efficiency....text using OpenAI and Google models. Document firstDoc = new Document...generative language models. AiModel model = (( OpenAiModel ) AiModel...

    reference.aspose.com/words/net/aspose.words.ai/...
  4. Create 3D Presentations in JavaScript|Aspose.Sl...

    Generate interactive 3D presentations in JavaScript with Aspose.Slides effortlessly. Export quickly to PowerPoint and OpenDocument formats for versatile use....demonstrate 3D model of your future business project, 3D model of the...building or its interior, 3D model of the game character, or just...

    docs.aspose.com/slides/nodejs-java/3d-presentat...
  5. Module.DetectAreasMode.TABLE|Documentation

    How Aspose.OCR for JavaScript via C++ determines the structure of a document using the Module.DetectAreasMode.TABLE algorithm....Contents [ Hide ] When this model is enabled, OCR engine detects...cells. This areas detection model is recommended when working...

    docs.aspose.com/ocr/javascript-cpp/areas-detect...
  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. IPageLayoutCallback class | Aspose.Words for No...

    Aspose.Words.Layout.IPageLayoutCallback class. Implement this interface if you want to have your own custom method called during build and rendering of page layout Model....and rendering of page layout model. Remarks The primary use for...possible to build page layout model for only a few pages at start...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Module.DetectAreasMode.DOCUMENT|Documentation

    How Aspose.OCR for JavaScript via C++ determines the structure of a document using the Module.DetectAreasMode.DOCUMENT Model....DOCUMENT Contents [ Hide ] This model works best with large amounts...this document areas detection model: var settings = Module . WasmAsposeOCRRecogni...

    docs.aspose.com/ocr/javascript-cpp/areas-detect...
  9. Programming with Documents|Aspose.Words for Pyt...

    Use the Aspose using `Python.Words` Document Object Model classes to programmatically create, modify, and manage documents with python-net. 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...Aspose.Words Document Object Model (DOM) Translate Markdown to...

    docs.aspose.com/words/python-net/programming-wi...
  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...