Uses of Class
com.google.cloud.automl.v1beta1.TimeSegment
-
Packages that use TimeSegment Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of TimeSegment in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return TimeSegment Modifier and Type Method Description TimeSegment
TimeSegment.Builder. build()
TimeSegment
TimeSegment.Builder. buildPartial()
static TimeSegment
TimeSegment. getDefaultInstance()
TimeSegment
TimeSegment.Builder. getDefaultInstanceForType()
TimeSegment
TimeSegment. getDefaultInstanceForType()
TimeSegment
ClassificationProto.VideoClassificationAnnotation.Builder. getTimeSegment()
Output only .TimeSegment
ClassificationProto.VideoClassificationAnnotation. getTimeSegment()
Output only .TimeSegment
ClassificationProto.VideoClassificationAnnotationOrBuilder. getTimeSegment()
Output only .static TimeSegment
TimeSegment. parseDelimitedFrom(InputStream input)
static TimeSegment
TimeSegment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeSegment
TimeSegment. parseFrom(byte[] data)
static TimeSegment
TimeSegment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeSegment
TimeSegment. parseFrom(com.google.protobuf.ByteString data)
static TimeSegment
TimeSegment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeSegment
TimeSegment. parseFrom(com.google.protobuf.CodedInputStream input)
static TimeSegment
TimeSegment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeSegment
TimeSegment. parseFrom(InputStream input)
static TimeSegment
TimeSegment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeSegment
TimeSegment. parseFrom(ByteBuffer data)
static TimeSegment
TimeSegment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type TimeSegment Modifier and Type Method Description com.google.protobuf.Parser<TimeSegment>
TimeSegment. getParserForType()
static com.google.protobuf.Parser<TimeSegment>
TimeSegment. parser()
Methods in com.google.cloud.automl.v1beta1 with parameters of type TimeSegment Modifier and Type Method Description TimeSegment.Builder
TimeSegment.Builder. mergeFrom(TimeSegment other)
ClassificationProto.VideoClassificationAnnotation.Builder
ClassificationProto.VideoClassificationAnnotation.Builder. mergeTimeSegment(TimeSegment value)
Output only .static TimeSegment.Builder
TimeSegment. newBuilder(TimeSegment prototype)
ClassificationProto.VideoClassificationAnnotation.Builder
ClassificationProto.VideoClassificationAnnotation.Builder. setTimeSegment(TimeSegment value)
Output only .
-