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

pub struct SentimentConfig {
    pub enable_label_sentiment_selection: bool,
}

Config for setting up sentiments.

Fields

enable_label_sentiment_selection: bool

If set to true, contributors will have the option to select sentiment of the label they selected, to mark it as negative or positive label. Default is false.

Trait Implementations

impl Clone for SentimentConfig[src]

impl Debug for SentimentConfig[src]

impl Default for SentimentConfig[src]

impl Message for SentimentConfig[src]

impl PartialEq<SentimentConfig> for SentimentConfig[src]

impl StructuralPartialEq for SentimentConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for SentimentConfig

impl Send for SentimentConfig

impl Sync for SentimentConfig

impl Unpin for SentimentConfig

impl UnwindSafe for SentimentConfig

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]