Class ReferenceSentenceConfig
Message of caller-provided reference configuration.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class ReferenceSentenceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferenceSentencePairLists
Reference sentences pair lists. Each list will be used as the references to translate the sentence under "content" field at the corresponding index. Length of the list is required to be equal to the length of "content" field.
Declaration
[JsonProperty("referenceSentencePairLists")]
public virtual IList<ReferenceSentencePairList> ReferenceSentencePairLists { get; set; }
Property Value
Type | Description |
---|---|
IList<ReferenceSentencePairList> |
SourceLanguageCode
Source language code.
Declaration
[JsonProperty("sourceLanguageCode")]
public virtual string SourceLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetLanguageCode
Target language code.
Declaration
[JsonProperty("targetLanguageCode")]
public virtual string TargetLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |