Google Cloud Vision Ai V1 Client - Class FacetBucketType (0.1.0)

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 \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

FACET_BUCKET_TYPE_UNSPECIFIED

Value: 0

Unspecified type.

Generated from protobuf enum FACET_BUCKET_TYPE_UNSPECIFIED = 0;

FACET_BUCKET_TYPE_VALUE

Value: 1

Value type.

Generated from protobuf enum FACET_BUCKET_TYPE_VALUE = 1;

FACET_BUCKET_TYPE_DATETIME

Value: 2

Datetime type.

Generated from protobuf enum FACET_BUCKET_TYPE_DATETIME = 2;

FACET_BUCKET_TYPE_FIXED_RANGE

Value: 3

Fixed Range type.

Generated from protobuf enum FACET_BUCKET_TYPE_FIXED_RANGE = 3;

FACET_BUCKET_TYPE_CUSTOM_RANGE

Value: 4

Custom Range type.

Generated from protobuf enum FACET_BUCKET_TYPE_CUSTOM_RANGE = 4;