Module: ContextDev::Models::BatchSubmitParams::Input::Crawl::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
Crawl source and output format.
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 Markdown::Options::Pdf for more details.
- #self?.variants ⇒ ::Array[ContextDev::Models::BatchSubmitParams::Input::Crawl::data]
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::Crawl::Data::Markdown, ContextDev::Models::BatchSubmitParams::Input::Crawl::Data::HTML)
|
|
# File 'lib/context_dev/models/batch_submit_params.rb', line 2100
|
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::Crawl::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 1551
|
#self?.variants ⇒ ::Array[ContextDev::Models::BatchSubmitParams::Input::Crawl::data]
2695 |
# File 'sig/context_dev/models/batch_submit_params.rbs', line 2695
def self?.variants: -> ::Array[ContextDev::Models::BatchSubmitParams::Input::Crawl::data]
|