Annotator

Annotator(string)

Annotatorklasse initialiseren die documentpad accepteert

public Annotator(string filePath)
Parameter Type Beschrijving
filePath String Bestandspad

Opmerkingen

Kom meer te weten

Zie ook


Annotator(string, LoadOptions)

Annotatorklasse initialiseren die documentpad accepteert

public Annotator(string filePath, LoadOptions loadOptions)
Parameter Type Beschrijving
filePath String Bestandspad
loadOptions LoadOptions Laad opties

Opmerkingen

Kom meer te weten

Zie ook


Annotator(string, AnnotatorSettings)

Annotatorklasse initialiseren die documentpad accepteert

public Annotator(string filePath, AnnotatorSettings settings)
Parameter Type Beschrijving
filePath String Bestandspad
settings AnnotatorSettings Annotator-instellingen

Opmerkingen

Kom meer te weten

Zie ook


Annotator(string, LoadOptions, AnnotatorSettings)

Annotatorklasse initialiseren die documentpad accepteert

public Annotator(string filePath, LoadOptions loadOptions, AnnotatorSettings settings)
Parameter Type Beschrijving
filePath String Bestandspad
loadOptions LoadOptions Laad opties
settings AnnotatorSettings Annotator-instellingen

Opmerkingen

Kom meer te weten

Zie ook


Annotator(Stream)

Annotatorklasse initialiseren die documentstroom accepteert

public Annotator(Stream document)
Parameter Type Beschrijving
document Stream Documentstroom

Opmerkingen

Kom meer te weten

Zie ook


Annotator(Stream, LoadOptions)

Annotatorklasse initialiseren die documentstroom accepteert

public Annotator(Stream document, LoadOptions loadOptions)
Parameter Type Beschrijving
document Stream Documentstroom
loadOptions LoadOptions Laad opties

Opmerkingen

Kom meer te weten

Zie ook


Annotator(Stream, AnnotatorSettings)

Annotatorklasse initialiseren die documentstroom accepteert

public Annotator(Stream document, AnnotatorSettings settings)
Parameter Type Beschrijving
document Stream Documentstroom
settings AnnotatorSettings Annotator-instellingen

Opmerkingen

Kom meer te weten

Zie ook


Annotator(Stream, LoadOptions, AnnotatorSettings)

Annotatorklasse initialiseren die documentstroom accepteert

public Annotator(Stream document, LoadOptions loadOptions, AnnotatorSettings settings)
Parameter Type Beschrijving
document Stream Documentstroom
loadOptions LoadOptions Laad opties
settings AnnotatorSettings Annotator-instellingen

Opmerkingen

Kom meer te weten

Zie ook