ImageSearchImageLicenseInfo

GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageLicenseInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

The image license info for licensable images(go/Licensable-Images-PRD) This proto in design doc: go/licensable-images-edd

Attributes List

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

View Attributes

Attributes

  1. acquireLicensePage (type: String.t, default: nil)
    - Records web page url about how to use the licensed image.
  2. copyrightNotice (type: String.t, default: nil)
    - Provides copyright info.
  3. copyrightNoticeSourceType (type: String.t, default: nil)
    - Source type for copyright_notice field.
  4. creator (type: list(String.t), default: nil)
    - creator, authors.
  5. creatorSourceType (type: String.t, default: nil)
    - Source type for creator field.
  6. creditText (type: String.t, default: nil)
    - Text for crediting persons or organizations.
  7. creditTextSourceType (type: String.t, default: nil)
    - Source type for credit_text field.
  8. isRetiredCcUrl (type: boolean(), default: nil)
    - Whether this license url is in retired license list, which is from: https://creativecommons.org/retiredlicenses/
  9. licenseType (type: String.t, default: nil)
    -
  10. licenseUrl (type: String.t, default: nil)
    - Records license URL.
  11. safesearchFlags (type: integer(), default: nil)
    - A bitwise-OR of SafeSearch filtering flags. If present, the flags will be a bitwise-AND between this value and all the classifier_porn::query::Vertical enums. If the value is -1, it indicates there is some error with SafeSearch classifier. The default value 0 means no filtering flags are set.
  12. sourceType (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageSearchImageLicenseInfo{
acquireLicensePage: String.t() | nil,
copyrightNotice: String.t() | nil,
copyrightNoticeSourceType: String.t() | nil,
creator: [String.t()] | nil,
creatorSourceType: String.t() | nil,
creditText: String.t() | nil,
creditTextSourceType: String.t() | nil,
isRetiredCcUrl: boolean() | nil,
licenseType: String.t() | nil,
licenseUrl: String.t() | nil,
safesearchFlags: integer() | nil,
sourceType: String.t() | nil
}

Function

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

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