SentenceBoundaryAnnotationsInstance

GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotationsInstance


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. begin (type: integer(), default: nil)
    -
  2. cleanText (type: String.t, default: nil)
    - A clean version of .text() generated by using CleanText() and stripping unnecessary whitespace.
  3. context (type: String.t, default: nil)
    - Plain text context from the page within which the annotation occurred.
  4. contextBegin (type: integer(), default: nil)
    - Byte offsets for the clean text context above.
  5. contextEnd (type: integer(), default: nil)
    -
  6. end (type: integer(), default: nil)
    -
  7. info (type: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet, default: nil)
    - Used for application-specific information about this annotation.
  8. text (type: String.t, default: nil)
    - Original UTF-8 document text occurring in the range [begin, end).
  9. toIndex (type: boolean(), default: nil)
    - Used to mark the annotations selected to be indexed.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotationsInstance{
begin: integer() | nil,
cleanText: String.t() | nil,
context: String.t() | nil,
contextBegin: integer() | nil,
contextEnd: integer() | nil,
end: integer() | nil,
info: GoogleApi.ContentWarehouse.V1.Model.Proto2BridgeMessageSet.t() | nil,
text: String.t() | nil,
toIndex: boolean() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SentenceBoundaryAnnotationsInstance