Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class FacetBucketType.
Different types for a facet bucket.
Protobuf type google.cloud.visionai.v1.FacetBucketType
Namespace
Google \ Cloud \ VisionAI \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FACET_BUCKET_TYPE_UNSPECIFIED
Value: 0Unspecified type.
Generated from protobuf enum FACET_BUCKET_TYPE_UNSPECIFIED = 0;
FACET_BUCKET_TYPE_VALUE
Value: 1Value type.
Generated from protobuf enum FACET_BUCKET_TYPE_VALUE = 1;
FACET_BUCKET_TYPE_DATETIME
Value: 2Datetime type.
Generated from protobuf enum FACET_BUCKET_TYPE_DATETIME = 2;
FACET_BUCKET_TYPE_FIXED_RANGE
Value: 3Fixed Range type.
Generated from protobuf enum FACET_BUCKET_TYPE_FIXED_RANGE = 3;
FACET_BUCKET_TYPE_CUSTOM_RANGE
Value: 4Custom Range type.
Generated from protobuf enum FACET_BUCKET_TYPE_CUSTOM_RANGE = 4;