- 2.51.0 (latest)
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.18
- 2.2.3
- 2.1.23
public static interface ClassificationProto.VideoClassificationAnnotationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClassificationAnnotation()
public abstract ClassificationProto.ClassificationAnnotation getClassificationAnnotation()
Output only . The classification details of this annotation.
.google.cloud.automl.v1beta1.ClassificationAnnotation classification_annotation = 2;
Returns | |
---|---|
Type | Description |
ClassificationProto.ClassificationAnnotation | The classificationAnnotation. |
getClassificationAnnotationOrBuilder()
public abstract ClassificationProto.ClassificationAnnotationOrBuilder getClassificationAnnotationOrBuilder()
Output only . The classification details of this annotation.
.google.cloud.automl.v1beta1.ClassificationAnnotation classification_annotation = 2;
Returns | |
---|---|
Type | Description |
ClassificationProto.ClassificationAnnotationOrBuilder |
getTimeSegment()
public abstract TimeSegment getTimeSegment()
Output only . The time segment of the video to which the annotation applies.
.google.cloud.automl.v1beta1.TimeSegment time_segment = 3;
Returns | |
---|---|
Type | Description |
TimeSegment | The timeSegment. |
getTimeSegmentOrBuilder()
public abstract TimeSegmentOrBuilder getTimeSegmentOrBuilder()
Output only . The time segment of the video to which the annotation applies.
.google.cloud.automl.v1beta1.TimeSegment time_segment = 3;
Returns | |
---|---|
Type | Description |
TimeSegmentOrBuilder |
getType()
public abstract String getType()
Output only. Expresses the type of video classification. Possible values:
segment
- Classification done on a specified by user time segment of a video. AnnotationSpec is answered to be present in that time segment, if it is present in any part of it. The video ML model evaluations are done only for this type of classification.shot
- Shot-level classification. AutoML Video Intelligence determines the boundaries for each camera shot in the entire segment of the video that user specified in the request configuration. AutoML Video Intelligence 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 training data, but there are no metrics provided to describe that quality.1s_interval
- AutoML Video Intelligence returns labels and their confidence scores for each second of the entire segment of the video that user specified in the request configuration. WARNING: Model evaluation is not done for this classification type, the quality of it depends on training data, but there are no metrics provided to describe that quality.
string type = 1;
Returns | |
---|---|
Type | Description |
String | The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()
Output only. Expresses the type of video classification. Possible values:
segment
- Classification done on a specified by user time segment of a video. AnnotationSpec is answered to be present in that time segment, if it is present in any part of it. The video ML model evaluations are done only for this type of classification.shot
- Shot-level classification. AutoML Video Intelligence determines the boundaries for each camera shot in the entire segment of the video that user specified in the request configuration. AutoML Video Intelligence 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 training data, but there are no metrics provided to describe that quality.1s_interval
- AutoML Video Intelligence returns labels and their confidence scores for each second of the entire segment of the video that user specified in the request configuration. WARNING: Model evaluation is not done for this classification type, the quality of it depends on training data, but there are no metrics provided to describe that quality.
string type = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for type. |
hasClassificationAnnotation()
public abstract boolean hasClassificationAnnotation()
Output only . The classification details of this annotation.
.google.cloud.automl.v1beta1.ClassificationAnnotation classification_annotation = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the classificationAnnotation field is set. |
hasTimeSegment()
public abstract boolean hasTimeSegment()
Output only . The time segment of the video to which the annotation applies.
.google.cloud.automl.v1beta1.TimeSegment time_segment = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the timeSegment field is set. |