public interface TextFrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NormalizedBoundingPoly |
getRotatedBoundingBox()
Bounding polygon of the detected text for this frame.
|
NormalizedBoundingPolyOrBuilder |
getRotatedBoundingBoxOrBuilder()
Bounding polygon of the detected text for this frame.
|
com.google.protobuf.Duration |
getTimeOffset()
Timestamp of this frame.
|
com.google.protobuf.DurationOrBuilder |
getTimeOffsetOrBuilder()
Timestamp of this frame.
|
boolean |
hasRotatedBoundingBox()
Bounding polygon of the detected text for this frame.
|
boolean |
hasTimeOffset()
Timestamp of this frame.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRotatedBoundingBox()
Bounding polygon of the detected text for this frame.
.google.cloud.videointelligence.v1p2beta1.NormalizedBoundingPoly rotated_bounding_box = 1;
NormalizedBoundingPoly getRotatedBoundingBox()
Bounding polygon of the detected text for this frame.
.google.cloud.videointelligence.v1p2beta1.NormalizedBoundingPoly rotated_bounding_box = 1;
NormalizedBoundingPolyOrBuilder getRotatedBoundingBoxOrBuilder()
Bounding polygon of the detected text for this frame.
.google.cloud.videointelligence.v1p2beta1.NormalizedBoundingPoly rotated_bounding_box = 1;
boolean hasTimeOffset()
Timestamp of this frame.
.google.protobuf.Duration time_offset = 2;com.google.protobuf.Duration getTimeOffset()
Timestamp of this frame.
.google.protobuf.Duration time_offset = 2;com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
Timestamp of this frame.
.google.protobuf.Duration time_offset = 2;Copyright © 2023 Google LLC. All rights reserved.