Skip to contents

Localized versions of certain video properties (e.g. title).

Usage

yt_schema_video_localization(description = character(), title = character())

Arguments

description

(character scalar) Localized version of the video's description.

title

(character scalar) Localized version of the video's title.

Value

A list with any non-zero-length properties.

Examples

yt_schema_video_localization()
#> named list()
yt_schema_video_localization(description = "A description.")
#> $description
#> [1] "A description."
#>