IDocumentMetaExtractors¶
- class IDocumentMetaExtractors¶
Bases:
ImpactCOMWrapperBase,Iterable- Summary:
A collection of IDocumentMetaExtractor objects.
- Remarks:
Impact supports a plugin architecture for document meta-data extractors. The IDocumentMetaExtractor object can be used to determine the meta-data keys and data types supported by each meta-data extractor. Introduced in Impact 9.0.0.83.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property count¶
Gets Count.
- Summary:
The number of items in this collection.
- Returns:
The value of Count.
- Return type:
count (int)
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.
- item(index)¶
- Summary:
Gets an IDocumentMetaExtractor object with the specified unique key or index.
- Parameters:
index (any) – Specifies the index of the IDocumentMetaExtractor object to get.
Examples