Class VideoClassificationPredictionParams (0.5.1)

VideoClassificationPredictionParams(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Prediction model parameters for Video Classification.

Attributes

NameDescription
confidence_threshold float
The Model only returns predictions with at least this confidence score. Default value is 0.0
max_predictions int
The Model only returns up to that many top, by confidence score, predictions per instance. If this number is very high, the Model may return fewer predictions. Default value is 10,000.
segment_classification bool
Set to true to request segment-level classification. AI Platform returns labels and their confidence scores for the entire time segment of the video that user specified in the input instance. Default value is true
shot_classification bool
Set to true to request shot-level classification. AI Platform determines the boundaries for each camera shot in the entire time segment of the video that user specified in the input instance. AI Platform then returns labels and their confidence scores for each detected shot, along with the start and end time of the shot. WARNING: Model evaluation is not done for this classification type, the quality of it depends on the training data, but there are no metrics provided to describe that quality. Default value is false
one_sec_interval_classification bool
Set to true to request classification for a video at one-second intervals. AI Platform returns labels and their confidence scores for each second of the entire time segment of the video that user specified in the input WARNING: Model evaluation is not done for this classification type, the quality of it depends on the training data, but there are no metrics provided to describe that quality. Default value is false

Inheritance

builtins.object > proto.message.Message > VideoClassificationPredictionParams