Share via


TranslationItemInfo members

Contains the details for a single translation performed by the translation services.

The TranslationItemInfo type exposes the following members.

Constructors

  Name Description
Public method TranslationItemInfo Initializes a default instance of a TranslationItemInfo object that can be serialized.

Top

Properties

  Name Description
Public property Canceled Gets a Boolean value that indicates if the job was canceled before the translation could be started or completed.
Public property CompleteTime Gets the date and time the translation is completed.
Public property ErrorMessage Gets an error message describing why the translation failed.
Public property Failed Gets a Boolean value that indicates if the translation failed and if the item will not be restarted.
Public property InProgress Gets a Boolean value that indicates if the item is currently being translated but is not yet complete.
Public property InputFile Gets the path to the input file.
Public property NotStarted Gets a Boolean value that indicates if the item either has not had a translation attempt or has not had a successful translation attempt, and has one or more translation attempts remaining.
Public property OutputFile Gets the path to the output file.
Public property Result Gets an error code specifying the reason for the failure.
Public property StartTime Gets the date and the start time of an in-progress or completed translation.
Public property Succeeded Gets a Boolean value that indicates if the item was successfully translated.
Public property TranslationId Gets the unique translation ID of the item.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

TranslationItemInfo class

Microsoft.Office.TranslationServices namespace