NlpSemanticParsingModelsCommunicationPhoneType

AI Overview😉

  • The potential purpose of this module is to identify and categorize the type of contact information mentioned in a search query, such as mobile, home, or work phone numbers. This helps Google understand the context and intent behind the search.
  • This module could impact search results by allowing Google to provide more relevant and accurate results when a user searches for contact information. For example, if a user searches for "company XYZ phone number", Google can use this module to identify the type of phone number being requested (e.g. customer support, sales, etc.) and provide the most relevant result.
  • To be more favorable for this function, a website may want to ensure that their contact information is clearly labeled and structured on their webpage. This could include using schema markup to identify different types of phone numbers, or using clear and consistent labeling (e.g. "Customer Support: 555-555-5555") to help Google's algorithm understand the context and intent behind the contact information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsCommunicationPhoneType (google_api_content_warehouse v0.4.0)

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

  • evalData (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t, 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.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@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
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.