Show / Hide Table of Contents

Class GlossaryConfig

Configures which glossary is used for a specific target language and defines options for applying that glossary.

Inheritance
object
GlossaryConfig
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.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class GlossaryConfig : IDirectResponseSchema

Properties

ContextualTranslationEnabled

Optional. If set to true, the glossary will be used for contextual translation.

Declaration
[JsonProperty("contextualTranslationEnabled")]
public virtual bool? ContextualTranslationEnabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

Glossary

Required. The glossary to be applied for this translation. The format depends on the glossary: - User-provided custom glossary: projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}

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

IgnoreCase

Optional. Indicates match is case insensitive. The default value is false if missing.

Declaration
[JsonProperty("ignoreCase")]
public virtual bool? IgnoreCase { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX