NlpSemanticParsingModelsCommunicationPhoneType

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):

View Attributes

Attributes

  1. 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!!
  2. isAnnotatedFromText (type: boolean(), default: nil)
    - Whether the annotation is from $Text.
  3. normalizedText (type: String.t, default: nil)
    - Normalized (canonicalized) text, e.g. "mobile".
  4. originalText (type: String.t, default: nil)
    - Original text in query, e.g. "cell".
  5. 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
}

Function

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

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