SubtitleJSON
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 |