GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationPhoneType
Table of Contents ▼
Jump to a specific part of the page:
Description
The type of contact (mobile, home, work, etc). NOTE: Unfortunately the name of this message is a misnomer. Contact type would be a better name.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
evalData
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData
, default:nil
)
- Required, but should only be used inside Aqua and must not be used by outside clients!! -
isAnnotatedFromText
(type:boolean()
, default:nil
)
- Whether the annotation is from $Text. -
normalizedText
(type:String.t
, default:nil
)
- Normalized (canonicalized) text, e.g. "mobile". -
originalText
(type:String.t
, default:nil
)
- Original text in query, e.g. "cell". -
rawText
(type:String.t
, default:nil
)
- DEPRECATED. Used original_text instead.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationPhoneType{
evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil,
isAnnotatedFromText: boolean() | nil,
normalizedText: String.t() | nil,
originalText: String.t() | nil,
rawText: String.t() | nil
}
evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil,
isAnnotatedFromText: boolean() | nil,
normalizedText: String.t() | nil,
originalText: String.t() | nil,
rawText: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationPhoneType