Struct gapi_grpc::google::cloud::vision::v1p1beta1::Word [−][src]
A word representation.
Fields
property: Option<TextProperty>
Additional information detected for the word.
bounding_box: Option<BoundingPoly>
The bounding box for the word. The vertices are in the order of top-left, top-right, bottom-right, bottom-left. When a rotation of the bounding box is detected the rotation is represented as around the top-left corner as defined when the text is read in the ‘natural’ orientation. For example:
- when the text is horizontal it might look like: 0––1 | | 3––2
- when it’s rotated 180 degrees around the top-left corner it becomes: 2––3 | | 1––0 and the vertice order will still be (0, 1, 2, 3).
symbols: Vec<Symbol>
List of symbols in the word. The order of the symbols follows the natural reading order.
confidence: f32
Confidence of the OCR results for the word. Range [0, 1].
Trait Implementations
impl Clone for Word
[src][+]
impl Debug for Word
[src][+]
impl Default for Word
[src][+]
impl Message for Word
[src][+]
impl PartialEq<Word> for Word
[src][+]
impl StructuralPartialEq for Word
[src]
Auto Trait Implementations
impl RefUnwindSafe for Word
impl Send for Word
impl Sync for Word
impl Unpin for Word
impl UnwindSafe for Word
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>,