Struct gapi_grpc::google::cloud::automl::v1::ClassificationAnnotation [−][src]
Contains annotation details specific to classification.
Fields
score: f32
Output only. A confidence estimate between 0.0 and 1.0. A higher value means greater confidence that the annotation is positive. If a user approves an annotation as negative or positive, the score value remains unchanged. If a user creates an annotation, the score is 0 for negative or 1 for positive.
Trait Implementations
impl Clone for ClassificationAnnotation
[src][+]
impl Debug for ClassificationAnnotation
[src][+]
impl Default for ClassificationAnnotation
[src][+]
impl Message for ClassificationAnnotation
[src][+]
impl PartialEq<ClassificationAnnotation> for ClassificationAnnotation
[src][+]
impl StructuralPartialEq for ClassificationAnnotation
[src]
Auto Trait Implementations
impl RefUnwindSafe for ClassificationAnnotation
impl Send for ClassificationAnnotation
impl Sync for ClassificationAnnotation
impl Unpin for ClassificationAnnotation
impl UnwindSafe for ClassificationAnnotation
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,