Click or drag to resize

IContentPage Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbNLP.Core.contentStructure.interafaces.IContentPage"]

Namespace:  imbNLP.Core.contentStructure.interafaces
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public interface IContentPage : IContentElement, 
	INotifyPropertyChanged, IObjectWithParent, IObjectWithName, IObjectWithPath, IObjectWithID, 
	IObjectWithPathAndChildSelector, IObjectWithChildSelector, IEnumerable, IObjectWithRoot

The IContentPage type exposes the following members.

Properties
  NameDescription
Public propertyblocks
Public propertychunks
Svi chunkovi
Public propertycontent
Originalni sadržaj koji je pronađen u tokenu
(Inherited from IContentElement.)
Public propertycontentTitle
Naziv sadrzaja
Public propertycontentUrl
Adresa stranice
Public propertydocument
Public propertydomainInfo
Informacije o domenu
Public propertyheadTokens
Public propertyid (Inherited from IObjectWithID.)
Public propertyisFirst
Da li je reč o prvom elementu?
(Inherited from IContentElement.)
Public propertyisLast
Da li je reč o poslednjem elementu?
(Inherited from IContentElement.)
Public propertyItem (Inherited from IObjectWithChildSelector.)
Public propertyItem (Inherited from IObjectWithChildSelector.)
Public propertyitems
Skup pod-itema
(Inherited from IContentElement.)
Public propertymatch (Inherited from IContentElement.)
Public propertyname (Inherited from IObjectWithName.)
Public propertynext
Referenca prema sledećem slogu
(Inherited from IContentElement.)
Public propertypage (Inherited from IContentElement.)
Public propertyparagraphs
Blokovi sadrzaja
Public propertyparent
referenca prema parent objektu
(Inherited from IContentElement.)
Public propertypath (Inherited from IObjectWithPath.)
Public propertyprev
Referenca prema prethodnom slogu
(Inherited from IContentElement.)
Public propertyproject
Public propertyroot (Inherited from IObjectWithRoot.)
Public propertysentences
Sve rečenice u nlpContent-u
Public propertysourceContent
Izvorni content
(Inherited from IContentElement.)
Public propertyspliter
Koji je spliter odredio odvajanje tokena
(Inherited from IContentElement.)
Public propertytokens
Svi tokeni pronadjeni u nlpContentu
Public propertyUID (Inherited from IContentElement.)
Top
Methods
  NameDescription
Public methodacceptSourcePage
Preuzima opisne podatke iz node/crawledpage objekta -- poziva se iz tokenizatora, ne prenosi sam asdrza
Public methodCount (Inherited from IObjectWithChildSelector.)
Public methodgeneralSemanticsFlaging (Inherited from IContentElement.)
Public methodGetEnumerator (Inherited from IObjectWithChildSelector.)
Public methodGetFlags (Inherited from IContentElement.)
Public methodindexOf (Inherited from IObjectWithChildSelector.)
Public methodprimaryFlaging
izvrsava se od
(Inherited from IContentElement.)
Public methodrecountItems
Popunjava kolekcije> paragraphs, sentences, tokens
Public methodsecondaryFlaging (Inherited from IContentElement.)
Public methodsetItem
Podešava PREV i NEXT za nlpBase klase
(Inherited from IContentElement.)
Public methodspecialSematicsFlaging (Inherited from IContentElement.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
Top
Extension Methods
  NameDescription
Public Extension MethodmakeReport
Generiše izveštaj o contentPage objektu - vraca String Builder objekat
(Defined by contentStructureImportExportTools.)
Top
See Also