TranslationJob class

Represents the main translation services object model class that is used to create, package, start, and cancel translation jobs.

Inheritance hierarchy

System.Object
  Microsoft.Office.ConversionServices.Conversions.ConversionJob
    Microsoft.Office.TranslationServices.TranslationJob

Namespace:  Microsoft.Office.TranslationServices
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

'Declaration
Public Class TranslationJob _
    Inherits ConversionJob
'Usage
Dim instance As TranslationJob
public class TranslationJob : ConversionJob

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

TranslationJob members

Microsoft.Office.TranslationServices namespace