AppsPeopleOzExternalMergedpeopleapiPersonMetadataScoringInfo

AI Overview😉

  • Potential purpose of module: This module appears to be related to people search and directory functionality, specifically scoring and ranking search results based on query terms and indexed terms. It may be used to improve the accuracy of search results, particularly in cases where the search query is complex or contains multiple terms.
  • Impact on search results: This module could impact search results by influencing the ranking and scoring of people search results. It may prioritize results that have a higher match quality score or those that better match the query terms. This could lead to more accurate and relevant search results, especially in cases where the search query is complex or contains multiple terms.
  • Optimization for this function: To be more favorable for this function, a website may want to ensure that its people directory or search functionality is optimized for complex queries and includes relevant indexed terms. This could involve using structured data and schema markup to provide additional context to search engines, as well as ensuring that the website's search functionality is able to handle complex queries and provide accurate results. Additionally, websites may want to consider using standardized naming conventions and formatting for people's names and profiles to improve the accuracy of search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • rawMatchQualityScore (type: float(), default: nil) - Only populated on a SearchDirectoryPeople call, when results are scored. Contact people-directory-dev-team@ if you want to use this field.
  • stExpressionResults (type: list(GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonMetadataScoringInfoStExpressionResult.t), default: nil) - Only populated on a SearchDirectoryPeople call that sends a request with StFieldSpecExpressions. - Used for linking indexed terms with query terms for go/better-name-matching - Name should be alphanumeric or underscores - Value should be an st expression following the syntax at go/stsyntax Contact people-directory-dev-team@ if you want to use this field.

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.AppsPeopleOzExternalMergedpeopleapiPersonMetadataScoringInfo{
    rawMatchQualityScore: float() | nil,
    stExpressionResults:
      [
        GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiPersonMetadataScoringInfoStExpressionResult.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.