GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAttribute
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
boolValue
(type:boolean()
, default:nil
)
- Boolean attribute value, e.g. for IsDeceased. -
floatValue
(type:float()
, default:nil
)
- Double attribute value, e.g. for height/weight. -
intValue
(type:String.t
, default:nil
)
- Integer attribute value, e.g. IntId("April"). -
language
(type:integer()
, default:nil
)
- Language, in case the attribute value is a string. -
type
(type:String.t
, default:nil
)
- String name of the type of attribute, e.g. /birth/date -
typeId
(type:integer()
, default:nil
)
- Any id of the type of the attribute, e.g. IntId(/birth/date) -
value
(type:String.t
, default:nil
)
- String attribute value, e.g. "April 2010" or "3,235,121". -
valueType
(type:String.t
, default:nil
)
- The type of the value.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSaftEntityProfileAttribute