Back to Devexpress

IAIDocProcessingService.TranslateAsync Method

officefileapi-devexpress-dot-aiintegration-dot-docs-dot-iaidocprocessingservice-dot-translateasync.md

latest2.7 KB
Original Source

IAIDocProcessingService.TranslateAsync Method

NameParametersDescription
TranslateAsync(Presentation, CultureInfo, CancellationToken)presentation, culture, cancellationTokenTranslates presentation content into a specific language with AI-powered translation services.
TranslateAsync(Slide, CultureInfo, CancellationToken)slide, culture, cancellationTokenTranslates slide content into a specific language with AI-powered translation services.
TranslateAsync(PdfDocumentProcessor, PdfDocumentArea, CultureInfo, CancellationToken)processor, area, culture, cancellationTokenTranslates text into a specific language with AI-powered translation services.
TranslateAsync(PdfDocumentProcessor, PdfDocumentPosition, PdfDocumentPosition, CultureInfo, CancellationToken)processor, startPosition, endPosition, culture, cancellationTokenTranslates text into a specific language with AI-powered translation services.
TranslateAsync(PdfDocumentProcessor, CultureInfo, CancellationToken)processor, culture, cancellationTokenTranslates content into a specific language with AI-powered translation services.
TranslateAsync(DocumentRange, CultureInfo, CancellationToken)documentRange, culture, cancellationTokenTranslates document content into a specific language with AI-powered translation services.
TranslateAsync(RichEditDocumentServer, CultureInfo, CancellationToken)wordProcessor, culture, cancellationTokenTranslates document content into a specific language with AI-powered translation services.