Enum SearchResource.ListRequest.VideoCaptionEnum
The videoCaption parameter indicates whether the API should filter video search results based on whether they have captions. If you specify a value for this parameter, you must also set the type parameter's value to video.
Namespace: Google.Apis.YouTube.v3
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public enum VideoCaptionEnum
Fields
| Name | Description |
|---|---|
| Any | Do not filter results based on caption availability. |
| ClosedCaption | Only include videos that have captions. |
| None | Only include videos that do not have captions. |