GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotationStatsPerType
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Annotation statistics for each token type. Next available tag: 8.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
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. -
avgOpenWorldCap
(type:number()
, default:nil
)
- -
avgOpenWorldUncap
(type:number()
, default:nil
)
- -
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. -
numRangesWithCandidatesCap
(type:String.t
, default:nil
)
- -
numRangesWithCandidatesUncap
(type:String.t
, default:nil
)
- -
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
}
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