Enum googapis::google::cloud::automl::v1beta1::annotation_payload::Detail[][src]

pub enum Detail {
    Translation(TranslationAnnotation),
    Classification(ClassificationAnnotation),
    ImageObjectDetection(ImageObjectDetectionAnnotation),
    VideoClassification(VideoClassificationAnnotation),
    VideoObjectTracking(VideoObjectTrackingAnnotation),
    TextExtraction(TextExtractionAnnotation),
    TextSentiment(TextSentimentAnnotation),
    Tables(TablesAnnotation),
}
Expand description

Output only . Additional information about the annotation specific to the AutoML domain.

Variants

Translation(TranslationAnnotation)

Annotation details for translation.

Tuple Fields of Translation

0: TranslationAnnotation
Classification(ClassificationAnnotation)

Annotation details for content or image classification.

Tuple Fields of Classification

0: ClassificationAnnotation
ImageObjectDetection(ImageObjectDetectionAnnotation)

Annotation details for image object detection.

Tuple Fields of ImageObjectDetection

0: ImageObjectDetectionAnnotation
VideoClassification(VideoClassificationAnnotation)

Annotation details for video classification. Returned for Video Classification predictions.

Tuple Fields of VideoClassification

0: VideoClassificationAnnotation
VideoObjectTracking(VideoObjectTrackingAnnotation)

Annotation details for video object tracking.

Tuple Fields of VideoObjectTracking

0: VideoObjectTrackingAnnotation
TextExtraction(TextExtractionAnnotation)

Annotation details for text extraction.

Tuple Fields of TextExtraction

0: TextExtractionAnnotation
TextSentiment(TextSentimentAnnotation)

Annotation details for text sentiment.

Tuple Fields of TextSentiment

0: TextSentimentAnnotation
Tables(TablesAnnotation)

Annotation details for Tables.

Tuple Fields of Tables

0: TablesAnnotation

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more