BKInfoOutputData

open class BKInfoOutputData : NSObject, NSCoding

Read only data object for output language based blukii data retrieved from blukii Manager Info CMS.

It is a child object of BKInfoData and contains all data that is language specific

  • The value of output Title

    Declaration

    Swift

    @objc
    internal(set) open var title: String?

    Return Value

    Value of Title

  • url

    The value of output URL.

    Declaration

    Swift

    @objc
    internal(set) open var url: String?

    Return Value

    Value of URL

  • Gets the url of preview Image

    Declaration

    Swift

    @objc
    internal(set) open var previewUrl: String?

    Return Value

    Value of preview url

  • The value of Output Type

    Declaration

    Swift

    internal(set) open var outputType: BKOutputType?

    Return Value

    BKOutputType

  • The value of the Audio File URL.

    Note: This field is optional and only valid for OutputType PDF (@see outputType). It contains a url of an audio file.

    Declaration

    Swift

    @objc
    internal(set) open var urlExtra: String?

    Return Value

    Value of Audio File URL of Content Type PDF.

  • The value of Text to speech.

    The language is defined by property language.

    Note: This field is optional and only valid for OutputType PDF (@see outputType). It contains a text.

    Declaration

    Swift

    @objc
    internal(set) open var plainTextExtra: String?

    Return Value

    Value of Text to speech of Content Type PDF.