public interface RefinementEntryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOriginalTranslation()
public abstract String getOriginalTranslation()Required. The original translation of the source text.
string original_translation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The originalTranslation. |
getOriginalTranslationBytes()
public abstract ByteString getOriginalTranslationBytes()Required. The original translation of the source text.
string original_translation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for originalTranslation. |
getSourceText()
public abstract String getSourceText()Required. The source text to be refined.
string source_text = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The sourceText. |
getSourceTextBytes()
public abstract ByteString getSourceTextBytes()Required. The source text to be refined.
string source_text = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceText. |