GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRangeAnnotations
Table of Contents ▼
Jump to a specific part of the page:
Description
The fields hold "non-entity" annotations of text.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
segmentMentions
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMentions)
, default:nil
)
- The actual mentions. Note SegmentMentions contains some fields specific to entity annotation, and those are typically not populated here. -
type
(type:String.t
, default:nil
)
- The type of ranges contained in this message.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRangeAnnotations{
segmentMentions: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMentions.t()] | nil,
type: String.t() | nil
}
segmentMentions: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSegmentMentions.t()] | nil,
type: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRangeAnnotations