Show / Hide Table of Contents

Enum TranslationsResource.ListRequest.FormatEnum

The format of the source text, in either HTML (default) or plain-text. A value of "html" indicates HTML and a value of "text" indicates plain-text.

Namespace: Google.Apis.Translate.v2
Assembly: Google.Apis.Translate.v2.dll
Syntax
public enum FormatEnum

Fields

Name Description
Html

Specifies the input is in HTML

Text

Specifies the input is in plain textual format

In This Article
Back to top