GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextAnnotationPiece
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
No description given.Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
begin
(type:integer()
, default:nil
)
- A piece of leading text is text within [begin, end). For example, a document is "ABCDEF". If we want to set leading text as 'CD', the value of begin is byte offset of 'C', the value of end is byte offset of 'E'. end == -1 means to the end of document. -
beginText
(type:String.t
, default:nil
)
- UTF8 text, for alignment when using reusableinfo. Those text are not available in docjoins. -
end
(type:integer()
, default:nil
)
- -
endText
(type:String.t
, default:nil
)
- -
matchedPattern
(type:String.t
, default:nil
)
- Matched dom path string for debugging.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SnippetsLeadingtextLeadingTextAnnotationPiece