Module: ContextDev::Models::BatchSubmitParams::Input::Scrape::Data
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/context_dev/models/batch_submit_params.rb,
sig/context_dev/models/batch_submit_params.rbs
Overview
Pages to scrape and their output format.
Defined Under Namespace
Instance Method Summary collapse
-
#initialize(end_: nil, ocr: nil, should_parse: nil, start: nil) ⇒ Object
Some parameter documentations has been truncated, see Markdown::Options::Pdf for more details.
- #self?.variants ⇒ ::Array[ContextDev::Models::BatchSubmitParams::Input::Scrape::data]
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants, 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
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::Markdown::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 529
|
#self?.variants ⇒ ::Array[ContextDev::Models::BatchSubmitParams::Input::Scrape::data]
1271 |
# File 'sig/context_dev/models/batch_submit_params.rbs', line 1271
def self?.variants: -> ::Array[ContextDev::Models::BatchSubmitParams::Input::Scrape::data]
|