Show / Hide Table of Contents

Enum CommentThreadsResource.ListRequest.TextFormatEnum

Set this parameter's value to html or plainText to instruct the API to return the comments left by users in html formatted or in plain text.

Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public enum TextFormatEnum

Fields

Name Description
Html

Returns the comments in HTML format. This is the default value.

PlainText

Returns the comments in plain text format.

Back to top