SubtitleJSON

From Gvp-public
Revision as of 13:47, 18 June 2014 by Rcalvo (talk | contribs) (Created page with "{{Api_DataType_Spec |Description=Represents the information regarding a Subtitle assigned a movie |Members= {{{!}} border="2" style="width:800px" cellspacing="0" cellpaddin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Represents the information regarding a Subtitle assigned a movie

Members

Field Data Type Description
ID int ID of the Subtitle object
Language String Language of the Subtitle
Name String Text to identify the subtitle object
Subtitles SubtitlesJSON Object with arrays that represent the start time and the text to be shown.


Example

{

"ID": 288,
"Name": "Español",
"Language": "Español",
"Subtitles": {
Object of SubtitlesJSON
}

}


Known issues

None


Version history

API Version Number Change description Changes author
1.0 Initial data type implementation Harley Cabral


See also