RepositoryWebrefExtendedEntityNameScore

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExtendedEntityNameScore


Table of Contents ▼

Jump to a specific part of the page:

Description

Used to store region-specific score ratio per entity. Next available tag: 4.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. domain (type: String.t, default: nil)
    - The domain name of the website, e.g. "play.google.com".
  2. region (type: String.t, default: nil)
    - The region in the III standard (http://go/iii). Eg. "US", "GB"
  3. scoreRatio (type: number(), default: nil)
    - Score ratio for the entity, same as the EntityNameScore score ratio.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExtendedEntityNameScore{
domain: String.t() | nil,
region: String.t() | nil,
scoreRatio: number() | nil
}

Function

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

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