ContentType¶
Interface ContentType
interface ContentType {
home?: string;
id: string;
isExperimental?: boolean;
label: string;
mimeTypes?: string[];
spec?: string;
suffixes?: string[];
version?: string;
}
home?: string;
id: string;
isExperimental?: boolean;
label: string;
mimeTypes?: string[];
spec?: string;
suffixes?: string[];
version?: string;
}
Index
Properties
Properties
Optional
home
home?: string
Homepage for more information on a contentType.
id
id: string
The identifier of the contentType.
Optional
is Experimental
isExperimental?: boolean
Information whether the contentType is experimental or not.
label
label: string
The full name of a contentType.
Optional
mime Types
mimeTypes?: string[]
The mimeTypes of a contentType.
Optional
spec
spec?: string
The specification of a contentType.
Optional
suffixes
suffixes?: string[]
Supported suffixes of a contentType.
Optional
version
version?: string
The version of the contentType.
Defines the information about a content type. A content type stores information about the format which could be transcoded by the backend transcoder service.
See
HubAPI.requestSupportedContentTypes