TranslationItemInfo members
Contains the details for a single translation performed by the translation services.
The TranslationItemInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TranslationItemInfo | Initializes a default instance of a TranslationItemInfo object that can be serialized. |
Top
Properties
Name | Description | |
---|---|---|
Canceled | Gets a Boolean value that indicates if the job was canceled before the translation could be started or completed. | |
CompleteTime | Gets the date and time the translation is completed. | |
ErrorMessage | Gets an error message describing why the translation failed. | |
Failed | Gets a Boolean value that indicates if the translation failed and if the item will not be restarted. | |
InProgress | Gets a Boolean value that indicates if the item is currently being translated but is not yet complete. | |
InputFile | Gets the path to the input file. | |
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. | |
OutputFile | Gets the path to the output file. | |
Result | Gets an error code specifying the reason for the failure. | |
StartTime | Gets the date and the start time of an in-progress or completed translation. | |
Succeeded | Gets a Boolean value that indicates if the item was successfully translated. | |
TranslationId | Gets the unique translation ID of the item. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top