Struct gapi_grpc::google::cloud::videointelligence::v1::TextFrame[][src]

pub struct TextFrame {
    pub rotated_bounding_box: Option<NormalizedBoundingPoly>,
    pub time_offset: Option<Duration>,
}

Video frame level annotation results for text annotation (OCR). Contains information regarding timestamp and bounding box locations for the frames containing detected OCR text snippets.

Fields

rotated_bounding_box: Option<NormalizedBoundingPoly>

Bounding polygon of the detected text for this frame.

time_offset: Option<Duration>

Timestamp of this frame.

Trait Implementations

impl Clone for TextFrame[src]

impl Debug for TextFrame[src]

impl Default for TextFrame[src]

impl Message for TextFrame[src]

impl PartialEq<TextFrame> for TextFrame[src]

impl StructuralPartialEq for TextFrame[src]

Auto Trait Implementations

impl RefUnwindSafe for TextFrame

impl Send for TextFrame

impl Sync for TextFrame

impl Unpin for TextFrame

impl UnwindSafe for TextFrame

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]