extractProcessorInfos property

List<GoogleCloudContentwarehouseV1ProcessorInfo>? extractProcessorInfos
getter/setter pair

The extract processors information.

One matched extract processor will be used to process documents based on the classify processor result. If no classify processor is specified, the first extract processor will be used.

Implementation

core.List<GoogleCloudContentwarehouseV1ProcessorInfo>? extractProcessorInfos;