View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotationStatsPerType (google_api_content_warehouse v0.4.0)
Annotation statistics for each token type. Next available tag: 8.
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.