Show / Hide Table of Contents

Class RefineTextRequest

Request message for RefineText.

Inheritance
object
RefineTextRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Translate.v3beta1.Data
Assembly: Google.Apis.Translate.v3beta1.dll
Syntax
public class RefineTextRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RefinementEntries

Required. The source texts and original translations in the source and target languages.

Declaration
[JsonProperty("refinementEntries")]
public virtual IList<RefinementEntry> RefinementEntries { get; set; }
Property Value
Type Description
IList<RefinementEntry>

SourceLanguageCode

Required. The BCP-47 language code of the source text in the request, for example, "en-US".

Declaration
[JsonProperty("sourceLanguageCode")]
public virtual string SourceLanguageCode { get; set; }
Property Value
Type Description
string

TargetLanguageCode

Required. The BCP-47 language code for translation output, for example, "zh-CN".

Declaration
[JsonProperty("targetLanguageCode")]
public virtual string TargetLanguageCode { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX