Interface v2.TranslateConfig (6.1.0)

Inheritance

GoogleAuthOptions > v2.TranslateConfig

Package

@google-cloud/translate!

Properties

apiEndpoint

apiEndpoint?: string;

The API endpoint of the service used to make requests. Defaults to translation.googleapis.com.

Property Value
TypeDescription
string

autoRetry

autoRetry?: boolean;
Property Value
TypeDescription
boolean

key

key?: string;
Property Value
TypeDescription
string

maxRetries

maxRetries?: number;
Property Value
TypeDescription
number