1,147 bytes added
, 13:47, 18 June 2014
{{Api_DataType_Spec
|Description=Represents the information regarding a Subtitle assigned a movie
|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"
! ID
{{!}} int
{{!}} ID of the Subtitle object
{{!}}- valign="top"
! Language
{{!}} String
{{!}} Language of the Subtitle
{{!}}- valign="top"
! Name
{{!}} String
{{!}} Text to identify the subtitle object
{{!}}- valign="top"
! Subtitles
{{!}} SubtitlesJSON
{{!}} Object with arrays that represent the start time and the text to be shown.
{{!}}- valign="top"
{{!}}}
|Example=
{
: "ID": 288,
: "Name": "Español",
: "Language": "Español",
: "Subtitles": {
:: Object of [[SubtitlesJSON]]
: }
}
|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"
! 1.0
{{!}} Initial data type implementation
{{!}} Harley Cabral
{{!}}- valign="top"
{{!}}}
|SeeAlso=
}}