AssistantApiScreenCapabilitiesResolution

GoogleApi.ContentWarehouse.V1.Model.AssistantApiScreenCapabilitiesResolution


Table of Contents ▼

Jump to a specific part of the page:

Description

A Resolution proto indicates the size of the application window. All fields are required.

Attributes List

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

View Attributes

Attributes

  1. dpi (type: integer(), default: nil)
    - Dots (pixels) per inch of the screen.
  2. heightPx (type: integer(), default: nil)
    -
  3. mSize (type: integer(), default: nil)
    - m_size is the smallest square box size to display a capital letter M so that the user can still easily understand it.
  4. nengSize (type: integer(), default: nil)
    - neng_size is the smallest square box size to display a letter 螚 (Neng, U+879A) so that the user can easily understand it. (Neng is a visually dense Chinese letter, and so may require a larger box than an M.)
  5. widthPx (type: integer(), default: nil)
    - The dimensions of the application window, in pixels.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantApiScreenCapabilitiesResolution{
dpi: integer() | nil,
heightPx: integer() | nil,
mSize: integer() | nil,
nengSize: integer() | nil,
widthPx: integer() | nil
}

Function

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

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