#[non_exhaustive]pub struct DatasetEntityRecognizerAnnotations { /* private fields */ }Expand description
Describes the annotations associated with a entity recognizer.
Implementations§
source§impl DatasetEntityRecognizerAnnotations
impl DatasetEntityRecognizerAnnotations
sourcepub fn builder() -> DatasetEntityRecognizerAnnotationsBuilder
pub fn builder() -> DatasetEntityRecognizerAnnotationsBuilder
Creates a new builder-style object to manufacture DatasetEntityRecognizerAnnotations.
Trait Implementations§
source§impl Clone for DatasetEntityRecognizerAnnotations
impl Clone for DatasetEntityRecognizerAnnotations
source§fn clone(&self) -> DatasetEntityRecognizerAnnotations
fn clone(&self) -> DatasetEntityRecognizerAnnotations
Returns a copy 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 moresource§impl PartialEq<DatasetEntityRecognizerAnnotations> for DatasetEntityRecognizerAnnotations
impl PartialEq<DatasetEntityRecognizerAnnotations> for DatasetEntityRecognizerAnnotations
source§fn eq(&self, other: &DatasetEntityRecognizerAnnotations) -> bool
fn eq(&self, other: &DatasetEntityRecognizerAnnotations) -> bool
This method tests for
self and other values to be equal, and is used
by ==.