Module: ContextDev::Models::BatchSubmitParams::Input
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/context_dev/models/batch_submit_params.rb,
sig/context_dev/models/batch_submit_params.rbs
Overview
Choose a URL list or a site crawl.
Defined Under Namespace
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(end_: nil, ocr: nil, should_parse: nil, start: nil) ⇒ Object
Some parameter documentations has been truncated, see Scrape::Data::HTML::Options::Pdf for more details.
- #self?.variants ⇒ ::Array[ContextDev::Models::BatchSubmitParams::input]
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(ContextDev::Models::BatchSubmitParams::Input::Scrape, ContextDev::Models::BatchSubmitParams::Input::Crawl)
|
|
# File 'lib/context_dev/models/batch_submit_params.rb', line 965
|
Instance Method Details
#initialize(end_: nil, ocr: nil, should_parse: nil, start: nil) ⇒ Object
Some parameter documentations has been truncated, see ContextDev::Models::BatchSubmitParams::Input::Scrape::Data::HTML::Options::Pdf for more details.
PDF parsing controls. Use start/end to limit text extraction and embedded-image detection/OCR to an inclusive 1-based page range.
|
|
# File 'lib/context_dev/models/batch_submit_params.rb', line 946
|
#self?.variants ⇒ ::Array[ContextDev::Models::BatchSubmitParams::input]
2699 |
# File 'sig/context_dev/models/batch_submit_params.rbs', line 2699
def self?.variants: -> ::Array[ContextDev::Models::BatchSubmitParams::input]
|