NlpSemanticParsingDatetimeSpan

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeSpan


Table of Contents ▼

Jump to a specific part of the page:

Description

The byte offset and text of a span.

Attributes List

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

View Attributes

Attributes

  1. numBytes (type: integer(), default: nil)
    -
  2. startByte (type: integer(), default: nil)
    - 0-based start byte offset of the span.
  3. text (type: String.t, default: nil)
    - The text of the span: a substring of ParserInput's canonical_input.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeSpan{
numBytes: integer() | nil,
startByte: integer() | nil,
text: String.t() | nil
}

Function

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

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