GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotations
Table of Contents ▼
Jump to a specific part of the page:
Description
Sentence boundaries.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
info
(type:GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet
, default:nil
)
- Used for application-specific information about the whole set of SentenceBoundaryAnnotations. Example: SAFT Team uses this to store an nlp_saft.Document proto giving any processing errors encountered. -
instance
(type:list(GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotationsInstance)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotations{
info: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
instance: [ GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotationsInstance.t() ] | nil
}
info: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
instance: [ GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotationsInstance.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotations