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

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class BillingMode.

Billing mode of the Application

Protobuf type google.cloud.visionai.v1.Application.BillingMode

Namespace

Google \ Cloud \ VisionAI \ V1 \ Application

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BILLING_MODE_UNSPECIFIED

Value: 0

The default value.

Generated from protobuf enum BILLING_MODE_UNSPECIFIED = 0;

PAYG

Value: 1

Pay as you go billing mode.

Generated from protobuf enum PAYG = 1;

MONTHLY

Value: 2

Monthly billing mode.

Generated from protobuf enum MONTHLY = 2;