Package | Description |
---|---|
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
VideoLocalization |
VideoLocalization.clone() |
VideoLocalization |
VideoSnippet.getLocalized()
Localized snippet selected with the hl parameter.
|
VideoLocalization |
VideoLocalization.set(String fieldName,
Object value) |
VideoLocalization |
VideoLocalization.setDescription(String description)
Localized version of the video's description.
|
VideoLocalization |
VideoLocalization.setTitle(String title)
Localized version of the video's title.
|
Modifier and Type | Method and Description |
---|---|
Map<String,VideoLocalization> |
Video.getLocalizations()
The localizations object contains localized versions of the basic details about the video, such
as its title and description.
|
Modifier and Type | Method and Description |
---|---|
VideoSnippet |
VideoSnippet.setLocalized(VideoLocalization localized)
Localized snippet selected with the hl parameter.
|
Modifier and Type | Method and Description |
---|---|
Video |
Video.setLocalizations(Map<String,VideoLocalization> localizations)
The localizations object contains localized versions of the basic details about the video, such
as its title and description.
|
Copyright © 2011–2021 Google. All rights reserved.