Difference between revisions of "SubtitleJSON"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Latest revision as of 13:47, 18 June 2014
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 |