TranslationResult enumeration
Provides the results of a translation operation.
Namespace: Microsoft.Office.Client.TranslationServices
Assembly: Microsoft.Office.Client.TranslationServices (in Microsoft.Office.Client.TranslationServices.dll)
Syntax
'Declaration
Public Enumeration TranslationResult
'Usage
Dim instance As TranslationResult
public enum TranslationResult
Members
Member name | Description | |
---|---|---|
UnknownFailure | Indicates the translation failed because of an unknown reason. | |
Succeeded | Indicates the translation succeeded. | |
InputFileNotFound | Indicates the input file was not found. | |
UnauthorizedAccessToInputFile | Indicates the user was not authorized to read the input file. | |
InputFileUserTokenExpired | Indicates the user token used to read the input file expired. | |
UnauthorizedAccessToOutputFile | Indicates the user was not authorized to write the output file. | |
OutputFileUserTokenExpired | Indicates the user token used to write the output file expired. | |
InputFileReadError | Indicates the input file could not be read because of an unexpected error. | |
OutputFileWriteError | Indicates the output file could not be written because of an unexpected error. | |
NotAssignedToWorker | Indicates the translation could not be assigned to a worker because of an unexpected error. | |
WorkerFailed | Indicates the translation worker failed because of an unexpected error. | |
Timeout | Indicates the translation timed out after taking too long to complete. | |
SyncTranslationLimitExceeded | Indicates the number of in-progress, synchronous translation requests was already at the limit specified by the administrator. | |
SyncTranslationDisabled | Indicates the administrator has specified that the server cannot accept synchronous translation requests. | |
OutputFileReadOnly | Indicates the output file could not be written because it was in read-only mode. | |
InputFileTooLarge | Indicates the input file is too large to be translated. | |
InputFileTooLong | Indicates the input file contains too much text to be translated. | |
InputFileCorrupt | Indicates the input file appears to be corrupt. | |
InputFileIRMProtected | Indicates the input file cannot be translated because of Information Rights Management (IRM). | |
InputFileEncrypted | Indicates the input file cannot be translated because it is encrypted. | |
InputFileTypeBlocked | Indicates the input file type is blocked by the administrator. | |
InputFileTypeNotSupported | Indicates the input file type is not supported by the service. | |
InputFileHasActiveXControls | Indicates the input file cannot be translated because it contains ActiveX controls. | |
InputFileCannotBeTranslated | Indicates the input file contains text that cannot be translated. | |
TranslationServiceUnavailable | Indicates the machine translation service is temporarily unavailable. |