Interface ExtractorVersion.ConfigStage

    • Method Detail

      • config

        ExtractorVersion.ExtractorIdStage config​(@NotNull
                                                 ExtractConfig config)

        The configuration settings for this version of the extractor. This is a union of two possible shapes:

        • JSON Schema config: The current config format. All extractors created through this API version use this shape.
        • Legacy config: A fields-array config from a previous API version. This shape is only returned for extractors that were originally configured with the legacy format. This API version does not support creating extractors with legacy configs.