pub struct WebparseService<'a> { /* private fields */ }Implementations§
Source§impl<'a> WebparseService<'a>
impl<'a> WebparseService<'a>
Sourcepub async fn get_web_tomarkdown_async_status(
&self,
params: GetWebTomarkdownAsyncStatusParams,
) -> Result<Value>
pub async fn get_web_tomarkdown_async_status( &self, params: GetWebTomarkdownAsyncStatusParams, ) -> Result<Value>
查询网页转换任务状态和结果
Sourcepub async fn get_webparse_extractimages(
&self,
params: GetWebparseExtractimagesParams,
) -> Result<Value>
pub async fn get_webparse_extractimages( &self, params: GetWebparseExtractimagesParams, ) -> Result<Value>
提取网页中的所有图片
Sourcepub async fn get_webparse_metadata(
&self,
params: GetWebparseMetadataParams,
) -> Result<Value>
pub async fn get_webparse_metadata( &self, params: GetWebparseMetadataParams, ) -> Result<Value>
抓取并解析网页的元数据
Sourcepub async fn post_web_tomarkdown_async(
&self,
params: PostWebTomarkdownAsyncParams,
) -> Result<Value>
pub async fn post_web_tomarkdown_async( &self, params: PostWebTomarkdownAsyncParams, ) -> Result<Value>
深度抓取网页转Markdown
Trait Implementations§
Source§impl<'a> Clone for WebparseService<'a>
impl<'a> Clone for WebparseService<'a>
Source§fn clone(&self) -> WebparseService<'a>
fn clone(&self) -> WebparseService<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for WebparseService<'a>
impl<'a> !RefUnwindSafe for WebparseService<'a>
impl<'a> Send for WebparseService<'a>
impl<'a> Sync for WebparseService<'a>
impl<'a> Unpin for WebparseService<'a>
impl<'a> !UnwindSafe for WebparseService<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more