Show / Hide Table of Contents

Enum CommentsResource.ListRequest.TextFormatEnum

This parameter indicates whether the API should return comments formatted as HTML or as 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