OceanVolumeAccessRights

GoogleApi.ContentWarehouse.V1.Model.OceanVolumeAccessRights


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. allowAutoGeneratedText (type: boolean(), default: nil)
    - If false, then we can only provide text layer generated from publisher provided epub.
  2. canShowInfoCards (type: boolean(), default: nil)
    - Whether we can show info cards inside this book.
  3. canShowPhotos (type: boolean(), default: nil)
    - Whether we can show photos inside this book.
  4. numAdeDeviceAllowed (type: integer(), default: nil)
    - Maximum number of Adobe Digital Editions device per sale item allowed. 0 means no download allowed. -1 means unlimited download.
  5. numAdobeIdAllowed (type: integer(), default: nil)
    - Maximum number of Adobe id per sale item allowed. 0 means no download allowed. -1 means unlimited download.
  6. numDownloadsAllowed (type: integer(), default: nil)
    - Max. number of Google eBooks downloads allowed. This is related to iPhone/iPad/Androrid/WebReader reading, not to epub/pdf downloads. 0 means no download allowed. This is related to bug #3094719.
  7. numSimultaneousAccess (type: integer(), default: nil)
    - Number of readers can read the Google eBooks simultaneously
  8. offlineDownload (type: String.t, default: nil)
    - Download type for offline reading
  9. percentCopyable (type: integer(), default: nil)
    - How much of a volume we allow user to extract as text (for copy+paste)
  10. percentPrintable (type: integer(), default: nil)
    - How much of a volume we allow user to print
  11. restrictOnlyToText (type: boolean(), default: nil)
    - True iff restrict view only to epub text. Don't show page images if this is true. Some pubs don't have copyright for page layout and fonts.
  12. sellFixedLayoutAsImageOnly (type: boolean(), default: nil)
    - Whether we sell fixed layout as image only.
  13. textToSpeech (type: boolean(), default: nil)
    - Whether text to speech is allowed
  14. treatAsPublicDomain (type: boolean(), default: nil)
    - Whether we treat this book as public domain.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.OceanVolumeAccessRights{
allowAutoGeneratedText: boolean() | nil,
canShowInfoCards: boolean() | nil,
canShowPhotos: boolean() | nil,
numAdeDeviceAllowed: integer() | nil,
numAdobeIdAllowed: integer() | nil,
numDownloadsAllowed: integer() | nil,
numSimultaneousAccess: integer() | nil,
offlineDownload: String.t() | nil,
percentCopyable: integer() | nil,
percentPrintable: integer() | nil,
restrictOnlyToText: boolean() | nil,
sellFixedLayoutAsImageOnly: boolean() | nil,
textToSpeech: boolean() | nil,
treatAsPublicDomain: boolean() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.OceanVolumeAccessRights