Voting helps other researchers find interesting modules.
All annotations for a given concept (in one document collection). Available tags: [10-15], [19-]
confidenceScore
number()
nil
debugInfo
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotationDebugInfo.t
detailedEntityScores
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefDetailedEntityScores.t
explainedRangeInfo
GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExplainedRangeInfo.t
imageMention
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefImageMention.t)
isImplicit
boolean()
isResolution
segmentMentions
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMentions.t)
topicalityRank
integer()
topicalityScore
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefEntityAnnotations{ confidenceScore: number() | nil, debugInfo: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefAnnotationDebugInfo.t() | nil, detailedEntityScores: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefDetailedEntityScores.t() | nil, explainedRangeInfo: GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefExplainedRangeInfo.t() | nil, imageMention: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefImageMention.t()] | nil, isImplicit: boolean() | nil, isResolution: boolean() | nil, segmentMentions: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMentions.t()] | nil, topicalityRank: integer() | nil, topicalityScore: number() | nil }
@spec decode(struct(), keyword()) :: struct()