AssistantApiScreenCapabilities

Assistant APIInfrastructure

GoogleApi.ContentWarehouse.V1.Model.AssistantApiScreenCapabilities

1
out of 10
Minimal
SEO Impact
These capabilities represent the tactile features associated with the device. This includes, for example, whether the device has a screen, how big the screen is, and privacy of the screen. Next ID: 11

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Assistant Api Screen Capabilities) contains 10 attributes that define its data structure. Key functionality includes: The scale factor used to convert Scalable Pixel (SP) units to Density-independent Pixel (DP) units (DP = SP * scale factor). Fonts are measured in uni...

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

10
Sort:|Filter:
fontScaleFactornumber(
Default: nil

The scale factor used to convert Scalable Pixel (SP) units to Density-independent Pixel (DP) units (DP = SP * scale factor). Fonts are measured in units of SP, and on some platforms such as Android the SP to DP scale factor can be affected by the font size a user selects in accessibility settings.

inputTypestring
Default: nilFull type: list(String.t

The types of input that this screen supports. Note that this can be empty in which case the screen's input type is unknown.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiScreenCapabilitiesMask.t

Mask defined for this device, if any.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiScreenCapabilitiesProtoLayoutVersion.t

The targeted schema version for ProtoLayout requests.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiScreenCapabilitiesResolution.t

If this field is absent, the resolution of the screen is unknown.

screenOffboolean(
Default: nil

If screen is turned off.

screenStateDetectionstring
Default: nilFull type: String.t

The ability of the client to correctly report screen state.

supportedRenderingFormatstring
Default: nilFull type: String.t

The primary supported rendering format for display on the device's screen. This may be used to determine what format of card to be returned when rendering cards.

supportedScreenStatesstring
Default: nilFull type: list(String.t

The screen states that the client supports. The current screen state is specified in DeviceProperties.screen.

visionHelpEnabledboolean(
Default: nil

Whether the device enabled vision help features in accessibility settings. The settings is config in Assistant App and on-device settings, and stored in footprints. When enabled, font, color and TTS will be adjusted.