Show / Hide Table of Contents

Class TranslateTextGlossaryConfig

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

Inheritance
System.Object
TranslateTextGlossaryConfig
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class TranslateTextGlossaryConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.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
System.Nullable<System.Boolean>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX