RepositoryWebrefAnnotationStatsPerType

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotationStatsPerType


Table of Contents ▼

Jump to a specific part of the page:

Description

Annotation statistics for each token type. Next available tag: 8.

Attributes List

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

View Attributes

Attributes

  1. avgOpenWorld (type: number(), default: nil)
    - The average score for the open world for: - all ranges of this segment_type; - all capitalized ranges of this segment_type; - all uncapitalized ranges of this segment_type.
  2. avgOpenWorldCap (type: number(), default: nil)
    -
  3. avgOpenWorldUncap (type: number(), default: nil)
    -
  4. numRangesWithCandidates (type: String.t, default: nil)
    - The number of ranges with candidates that made it past primary pruning for: - all ranges of this segment_type; - all capitalized ranges of this segment_type; - all uncapitalized ranges of this segment_type.
  5. numRangesWithCandidatesCap (type: String.t, default: nil)
    -
  6. numRangesWithCandidatesUncap (type: String.t, default: nil)
    -
  7. tokenType (type: String.t, default: nil)
    - The segment type.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotationStatsPerType{
avgOpenWorld: number() | nil,
avgOpenWorldCap: number() | nil,
avgOpenWorldUncap: number() | nil,
numRangesWithCandidates: String.t() | nil,
numRangesWithCandidatesCap: String.t() | nil,
numRangesWithCandidatesUncap: String.t() | nil,
tokenType: String.t() | nil
}

Function

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

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