officefileapi-devexpress-dot-aiintegration-dot-docs-dot-iaidocprocessingservice-dot-translateasync.md
| Name | Parameters | Description |
|---|---|---|
| TranslateAsync(Presentation, CultureInfo, CancellationToken) | presentation, culture, cancellationToken | Translates presentation content into a specific language with AI-powered translation services. |
| TranslateAsync(Slide, CultureInfo, CancellationToken) | slide, culture, cancellationToken | Translates slide content into a specific language with AI-powered translation services. |
| TranslateAsync(PdfDocumentProcessor, PdfDocumentArea, CultureInfo, CancellationToken) | processor, area, culture, cancellationToken | Translates text into a specific language with AI-powered translation services. |
| TranslateAsync(PdfDocumentProcessor, PdfDocumentPosition, PdfDocumentPosition, CultureInfo, CancellationToken) | processor, startPosition, endPosition, culture, cancellationToken | Translates text into a specific language with AI-powered translation services. |
| TranslateAsync(PdfDocumentProcessor, CultureInfo, CancellationToken) | processor, culture, cancellationToken | Translates content into a specific language with AI-powered translation services. |
| TranslateAsync(DocumentRange, CultureInfo, CancellationToken) | documentRange, culture, cancellationToken | Translates document content into a specific language with AI-powered translation services. |
| TranslateAsync(RichEditDocumentServer, CultureInfo, CancellationToken) | wordProcessor, culture, cancellationToken | Translates document content into a specific language with AI-powered translation services. |