public class TranslationRequest extends Object
Project
from the specified source Language
to the specified target
Language
s without specifying a bid.
A TranslationRequest
can specify what Vendor
to request translations from.Modifier and Type | Field and Description |
---|---|
protected Date |
createdDate |
protected String |
description |
protected boolean |
performMachineTranslation |
protected boolean |
requiresBidding |
Constructor and Description |
---|
TranslationRequest() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedDate() |
String |
getDescription() |
boolean |
isPerformMachineTranslation() |
boolean |
isRequiresBidding() |
void |
setCreatedDate(Date createdDate) |
void |
setDescription(String description) |
void |
setPerformMachineTranslation(boolean performMachineTranslation) |
void |
setRequiresBidding(boolean requiresBidding) |
protected Date createdDate
protected String description
protected boolean requiresBidding
protected boolean performMachineTranslation
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
public String getDescription()
public void setDescription(String description)
public boolean isRequiresBidding()
public void setRequiresBidding(boolean requiresBidding)
public boolean isPerformMachineTranslation()
public void setPerformMachineTranslation(boolean performMachineTranslation)
Copyright © 2016. All rights reserved.