Class RefineTextResponse
Response message for RefineText.
Implements
Inherited Members
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class RefineTextResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RefinedTranslations
The refined translations obtained from the original translations.
Declaration
[JsonProperty("refinedTranslations")]
public virtual IList<string> RefinedTranslations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |