Uses of Class
com.google.cloud.videointelligence.v1p2beta1.LabelDetectionMode
-
Packages that use LabelDetectionMode Package Description com.google.cloud.videointelligence.v1p2beta1 A client to Cloud Video Intelligence API -
-
Uses of LabelDetectionMode in com.google.cloud.videointelligence.v1p2beta1
Methods in com.google.cloud.videointelligence.v1p2beta1 that return LabelDetectionMode Modifier and Type Method Description static LabelDetectionMode
LabelDetectionMode. forNumber(int value)
LabelDetectionMode
LabelDetectionConfig.Builder. getLabelDetectionMode()
What labels should be detected with LABEL_DETECTION, in addition to video-level labels or segment-level labels.LabelDetectionMode
LabelDetectionConfig. getLabelDetectionMode()
What labels should be detected with LABEL_DETECTION, in addition to video-level labels or segment-level labels.LabelDetectionMode
LabelDetectionConfigOrBuilder. getLabelDetectionMode()
What labels should be detected with LABEL_DETECTION, in addition to video-level labels or segment-level labels.static LabelDetectionMode
LabelDetectionMode. valueOf(int value)
Deprecated.static LabelDetectionMode
LabelDetectionMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LabelDetectionMode
LabelDetectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static LabelDetectionMode[]
LabelDetectionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.videointelligence.v1p2beta1 that return types with arguments of type LabelDetectionMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LabelDetectionMode>
LabelDetectionMode. internalGetValueMap()
Methods in com.google.cloud.videointelligence.v1p2beta1 with parameters of type LabelDetectionMode Modifier and Type Method Description LabelDetectionConfig.Builder
LabelDetectionConfig.Builder. setLabelDetectionMode(LabelDetectionMode value)
What labels should be detected with LABEL_DETECTION, in addition to video-level labels or segment-level labels.
-