sparknlp.partition.partition_properties
#
Contains classes for partition properties used in reading various document types.
Module Contents#
Classes#
Components that take parameters. This also provides an internal |
|
Components that take parameters. This also provides an internal |
|
Components that take parameters. This also provides an internal |
|
Components that take parameters. This also provides an internal |
|
Components that take parameters. This also provides an internal |
|
Components that take parameters. This also provides an internal |
- class HasEmailReaderProperties[source]#
Components that take parameters. This also provides an internal param map to store parameter values attached to the instance.
New in version 1.3.0.
- class HasExcelReaderProperties[source]#
Components that take parameters. This also provides an internal param map to store parameter values attached to the instance.
New in version 1.3.0.
- setCellSeparator(value)[source]#
Sets the string used to join cell values in a row when assembling textual output.
- Parameters:
- valuestr
Delimiter used to concatenate cell values.
- getCellSeparator()[source]#
Gets the string used to join cell values in a row when assembling textual output.
- Returns:
- str
Delimiter used to concatenate cell values.
- class HasHTMLReaderProperties[source]#
Components that take parameters. This also provides an internal param map to store parameter values attached to the instance.
New in version 1.3.0.
- setTimeout(value)[source]#
Sets the timeout (in seconds) for reading remote HTML resources.
- Parameters:
- valueint
Timeout in seconds for remote content retrieval.
- class HasPowerPointProperties[source]#
Components that take parameters. This also provides an internal param map to store parameter values attached to the instance.
New in version 1.3.0.
- class HasTextReaderProperties[source]#
Components that take parameters. This also provides an internal param map to store parameter values attached to the instance.
New in version 1.3.0.