KnowledgeAnswersTrackingNumberType

AI Overview😉

  • The potential purpose of this module is to understand and process tracking numbers, which could be related to shipping, orders, or other types of numerical identifiers. It seems to be a part of a larger knowledge graph or natural language processing (NLP) system.
  • This module could impact search results by allowing Google to better understand and extract relevant information from web pages that contain tracking numbers. This could lead to more accurate and informative search results, especially for queries related to shipping or order tracking.
  • To be more favorable for this function, a website could ensure that tracking numbers are clearly marked and structured on their web pages, using schema.org markup or other standardized formats. This would make it easier for Google's algorithm to extract and understand the tracking number data, potentially leading to better search engine rankings and more informative search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A TrackingNumberType configures a value whose type is a TrackingNumber.

Attributes

  • componentSpecificContracts (type: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningComponentSpecificContracts.t, default: nil) - Contains data about the contracts that this ValueType level is available for. For more information see go/contract-based-conformance.
  • remodelings (type: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelings.t, default: nil) - Contains data about current schema remodelings at this ValueType level. For more information see go/meaning-remodeling-framework.

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.KnowledgeAnswersTrackingNumberType{
  componentSpecificContracts:
    GoogleApi.ContentWarehouse.V1.Model.NlpMeaningComponentSpecificContracts.t()
    | nil,
  remodelings:
    GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelings.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.