VideoCaption enum

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](#type) parameter's value to video.

string

Acceptable values are:

  • 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.
Inheritance
Available extensions

Values

any → const VideoCaption
closedCaption → const VideoCaption
none → const VideoCaption

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromString(String string) VideoCaption?

Constants

values → const List<VideoCaption>
A constant List of the values in this enum, in order of their declaration.