Struct gapi_grpc::google::cloud::datalabeling::v1beta1::BoundingBoxEvaluationOptions[][src]

pub struct BoundingBoxEvaluationOptions {
    pub iou_threshold: f32,
}

Options regarding evaluation between bounding boxes.

Fields

iou_threshold: f32

Minimum [intersection-over-union

(IOU)](/vision/automl/object-detection/docs/evaluate#intersection-over-union) required for 2 bounding boxes to be considered a match. This must be a number between 0 and 1.

Trait Implementations

impl Clone for BoundingBoxEvaluationOptions[src]

impl Debug for BoundingBoxEvaluationOptions[src]

impl Default for BoundingBoxEvaluationOptions[src]

impl Message for BoundingBoxEvaluationOptions[src]

impl PartialEq<BoundingBoxEvaluationOptions> for BoundingBoxEvaluationOptions[src]

impl StructuralPartialEq for BoundingBoxEvaluationOptions[src]

Auto Trait Implementations

impl RefUnwindSafe for BoundingBoxEvaluationOptions

impl Send for BoundingBoxEvaluationOptions

impl Sync for BoundingBoxEvaluationOptions

impl Unpin for BoundingBoxEvaluationOptions

impl UnwindSafe for BoundingBoxEvaluationOptions

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]