Interface VideoActionRecognitionPredictionResultOrBuilder (0.2.0)

public interface VideoActionRecognitionPredictionResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActions(int index)

public abstract VideoActionRecognitionPredictionResult.IdentifiedAction getActions(int index)

All of the actions identified in the time range.

repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;

Parameter
Name Description
index int
Returns
Type Description
VideoActionRecognitionPredictionResult.IdentifiedAction

getActionsCount()

public abstract int getActionsCount()

All of the actions identified in the time range.

repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;

Returns
Type Description
int

getActionsList()

public abstract List<VideoActionRecognitionPredictionResult.IdentifiedAction> getActionsList()

All of the actions identified in the time range.

repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;

Returns
Type Description
List<IdentifiedAction>

getActionsOrBuilder(int index)

public abstract VideoActionRecognitionPredictionResult.IdentifiedActionOrBuilder getActionsOrBuilder(int index)

All of the actions identified in the time range.

repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;

Parameter
Name Description
index int
Returns
Type Description
VideoActionRecognitionPredictionResult.IdentifiedActionOrBuilder

getActionsOrBuilderList()

public abstract List<? extends VideoActionRecognitionPredictionResult.IdentifiedActionOrBuilder> getActionsOrBuilderList()

All of the actions identified in the time range.

repeated .google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedAction actions = 3;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.VideoActionRecognitionPredictionResult.IdentifiedActionOrBuilder>

getSegmentEndTime()

public abstract Timestamp getSegmentEndTime()

The end, inclusive, of the video's time segment in which the actions have been identified. Particularly, if the end is the same as the start, it means the identification happens 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 actions have been identified. Particularly, if the end is the same as the start, it means the identification happens 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 actions have been identified.

.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 actions have been identified.

.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 actions have been identified. Particularly, if the end is the same as the start, it means the identification happens 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 actions have been identified.

.google.protobuf.Timestamp segment_start_time = 1;

Returns
Type Description
boolean

Whether the segmentStartTime field is set.