Common/video/v1.1/VideoSynopsis

Jump to: navigation, search

Synopsis

Contains a synopsis of a movie or program.

Elements

NameTypeDescription
cuttingPositions string Character positions at which you can end the text to conserve space. A cutting position is the number of the last character to include, not the first character to cut. Add a period if needed (plus, for a quote, a closing single or double quotation mark).
language URL Language of the synopsis.
source string Source of the synopsis.
synopsis string The synopsis.

XML Response Example

<synopsis>
   <synopsis>Swashbuckling archaeologist Indiana Jones (Harrison Ford) returns to keep a weird artifact out of communist hands. Old friends return, new enemies appear and elaborate action sequences abound. Shia LaBoeuf, Ray Winstone, John Hurt.</synopsis>
   <source i:nil="true"/>
   <language>English</language>
   <cuttingPositions>65,114,192,205,219</cuttingPositions>
</synopsis>

JSON Response Example

{
   "synopsis":"Swashbuckling archaeologist Indiana Jones (Harrison Ford) returns to keep a weird artifact out of communist hands. Old friends return, new enemies appear and elaborate action sequences abound. Shia LaBoeuf, Ray Winstone, John Hurt.",
   "source":null,
   "language":"English",
   "cuttingPositions":"65,114,192,205,219"
}
 
Personal tools