Interface VideoObjectTrackingPredictionResultOrBuilder (0.2.0)

public interface VideoObjectTrackingPredictionResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getObjects(int index)

public abstract VideoObjectTrackingPredictionResult.DetectedObject getObjects(int index)

All of the objects detected in the specified time range.

repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;

Parameter
Name Description
index int
Returns
Type Description
VideoObjectTrackingPredictionResult.DetectedObject

getObjectsCount()

public abstract int getObjectsCount()

All of the objects detected in the specified time range.

repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;

Returns
Type Description
int

getObjectsList()

public abstract List<VideoObjectTrackingPredictionResult.DetectedObject> getObjectsList()

All of the objects detected in the specified time range.

repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;

Returns
Type Description
List<DetectedObject>

getObjectsOrBuilder(int index)

public abstract VideoObjectTrackingPredictionResult.DetectedObjectOrBuilder getObjectsOrBuilder(int index)

All of the objects detected in the specified time range.

repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;

Parameter
Name Description
index int
Returns
Type Description
VideoObjectTrackingPredictionResult.DetectedObjectOrBuilder

getObjectsOrBuilderList()

public abstract List<? extends VideoObjectTrackingPredictionResult.DetectedObjectOrBuilder> getObjectsOrBuilderList()

All of the objects detected in the specified time range.

repeated .google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObject objects = 3;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.VideoObjectTrackingPredictionResult.DetectedObjectOrBuilder>

getSegmentEndTime()

public abstract Timestamp getSegmentEndTime()

The end, inclusive, of the video's time segment in which the current identifications happen. Particularly, if the end is the same as the start, it means the identifications happen on a specific video frame.

.google.protobuf.Timestamp segment_end_time = 2;

Returns
Type Description
Timestamp

The segmentEndTime.

getSegmentEndTimeOrBuilder()

public abstract TimestampOrBuilder getSegmentEndTimeOrBuilder()

The end, inclusive, of the video's time segment in which the current identifications happen. Particularly, if the end is the same as the start, it means the identifications happen on a specific video frame.

.google.protobuf.Timestamp segment_end_time = 2;

Returns
Type Description
TimestampOrBuilder

getSegmentStartTime()

public abstract Timestamp getSegmentStartTime()

The beginning, inclusive, of the video's time segment in which the current identifications happens.

.google.protobuf.Timestamp segment_start_time = 1;

Returns
Type Description
Timestamp

The segmentStartTime.

getSegmentStartTimeOrBuilder()

public abstract TimestampOrBuilder getSegmentStartTimeOrBuilder()

The beginning, inclusive, of the video's time segment in which the current identifications happens.

.google.protobuf.Timestamp segment_start_time = 1;

Returns
Type Description
TimestampOrBuilder

hasSegmentEndTime()

public abstract boolean hasSegmentEndTime()

The end, inclusive, of the video's time segment in which the current identifications happen. Particularly, if the end is the same as the start, it means the identifications happen on a specific video frame.

.google.protobuf.Timestamp segment_end_time = 2;

Returns
Type Description
boolean

Whether the segmentEndTime field is set.

hasSegmentStartTime()

public abstract boolean hasSegmentStartTime()

The beginning, inclusive, of the video's time segment in which the current identifications happens.

.google.protobuf.Timestamp segment_start_time = 1;

Returns
Type Description
boolean

Whether the segmentStartTime field is set.