GoogleApi.ContentWarehouse.V1.Model.QualityOrbitOrbitImageIntents
Table of Contents ▼
Jump to a specific part of the page:
Description
Image-only orbit intents (See: go/orbit-for-images-v2)
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
intents
(type:list(GoogleApi.ContentWarehouse.V1.Model.QualityOrbitOrbitImageIntent)
, default:nil
)
- Intents with non-trivial scores. -
version
(type:String.t
, default:nil
)
- Represents the version. Filled in Amarna (main version controller).
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityOrbitOrbitImageIntents{
intents: [GoogleApi.ContentWarehouse.V1.Model.QualityOrbitOrbitImageIntent.t()] | nil,
version: String.t() | nil
}
intents: [GoogleApi.ContentWarehouse.V1.Model.QualityOrbitOrbitImageIntent.t()] | nil,
version: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityOrbitOrbitImageIntents