pub struct ExtractClient { /* private fields */ }Implementations§
Source§impl ExtractClient
impl ExtractClient
Sourcepub async fn extract_entities(
&self,
request: ExtractEntitiesRequest,
options: Option<&RequestOptions>,
) -> Result<ExtractEntitiesResponse, Error>
pub async fn extract_entities( &self, request: ExtractEntitiesRequest, options: Option<&RequestOptions>, ) -> Result<ExtractEntitiesResponse, Error>
Extract entities from text.
Trait Implementations§
Source§impl Clone for ExtractClient
impl Clone for ExtractClient
Source§fn clone(&self) -> ExtractClient
fn clone(&self) -> ExtractClient
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 Freeze for ExtractClient
impl !RefUnwindSafe for ExtractClient
impl Send for ExtractClient
impl Sync for ExtractClient
impl Unpin for ExtractClient
impl UnsafeUnpin for ExtractClient
impl !UnwindSafe for ExtractClient
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