public interface TextFrameOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRotatedBoundingBox()
public abstract NormalizedBoundingPoly getRotatedBoundingBox()Bounding polygon of the detected text for this frame.
.google.cloud.videointelligence.v1p2beta1.NormalizedBoundingPoly rotated_bounding_box = 1;
| Type | Description |
| NormalizedBoundingPoly | The rotatedBoundingBox. |
getRotatedBoundingBoxOrBuilder()
public abstract NormalizedBoundingPolyOrBuilder getRotatedBoundingBoxOrBuilder()Bounding polygon of the detected text for this frame.
.google.cloud.videointelligence.v1p2beta1.NormalizedBoundingPoly rotated_bounding_box = 1;
| Type | Description |
| NormalizedBoundingPolyOrBuilder |
getTimeOffset()
public abstract Duration getTimeOffset()Timestamp of this frame.
.google.protobuf.Duration time_offset = 2;
| Type | Description |
| Duration | The timeOffset. |
getTimeOffsetOrBuilder()
public abstract DurationOrBuilder getTimeOffsetOrBuilder()Timestamp of this frame.
.google.protobuf.Duration time_offset = 2;
| Type | Description |
| DurationOrBuilder |
hasRotatedBoundingBox()
public abstract boolean hasRotatedBoundingBox()Bounding polygon of the detected text for this frame.
.google.cloud.videointelligence.v1p2beta1.NormalizedBoundingPoly rotated_bounding_box = 1;
| Type | Description |
| boolean | Whether the rotatedBoundingBox field is set. |
hasTimeOffset()
public abstract boolean hasTimeOffset()Timestamp of this frame.
.google.protobuf.Duration time_offset = 2;
| Type | Description |
| boolean | Whether the timeOffset field is set. |