View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconDocumentMentionSpans (google_api_content_warehouse v0.4.0)
Encapsulates the textual mention spans extracted from a document, split per token.
Attributes
-
mentionSpan
(type:list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconMentionSpans.t)
, default:nil
) - Per token mention spans.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconDocumentMentionSpans{ mentionSpan: [ GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefRefconMentionSpans.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.