PhotosGDepthMetadata

GoogleApi.ContentWarehouse.V1.Model.PhotosGDepthMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

Metadata in the GDepth XMP block. Note that GDepth::Data is not copied into this message.

Attributes List

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

View Attributes

Attributes

  1. far (type: number(), default: nil)
    - Depth map far plane distance.
  2. format (type: String.t, default: nil)
    - Depth map format.
  3. imageHeight (type: integer(), default: nil)
    - Depth map source image height.
  4. imageWidth (type: integer(), default: nil)
    - Depth map source image width.
  5. mime (type: String.t, default: nil)
    - Depth map mime type.
  6. near (type: number(), default: nil)
    - Depth map near plane distance.
  7. units (type: String.t, default: nil)
    - Depth map units of distance.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PhotosGDepthMetadata{
far: number() | nil,
format: String.t() | nil,
imageHeight: integer() | nil,
imageWidth: integer() | nil,
mime: String.t() | nil,
near: number() | nil,
units: String.t() | nil
}

Function

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

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