Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class Processor.
Message describing Processor object.
Next ID: 19
Generated from protobuf message google.cloud.visionai.v1.Processor
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
name of resource.
↳ create_time
↳ update_time
↳ labels
↳ display_name
string
Required. A user friendly display name for the processor.
↳ description
string
Illustrative sentences for describing the functionality of the processor.
↳ processor_type
int
Output only. Processor Type.
↳ model_type
int
Model Type.
↳ custom_processor_source_info
↳ state
int
Output only. State of the Processor.
↳ processor_io_spec
ProcessorIOSpec
Output only. [Output only] The input / output specifications of a processor, each type of processor has fixed input / output specs which cannot be altered by customer.
↳ configuration_typeurl
string
Output only. The corresponding configuration can be used in the Application to customize the behavior of the processor.
↳ supported_annotation_types
int[]
↳ supports_post_processing
bool
Indicates if the processor supports post processing.
↳ supported_instance_types
int[]
Which instance types this processor supports; if empty, this default to STREAMING_PREDICTION.
getName
name of resource.
string
setName
name of resource.
var
string
$this
getCreateTime
Output only. [Output only] Create timestamp.
hasCreateTime
clearCreateTime
setCreateTime
Output only. [Output only] Create timestamp.
$this
getUpdateTime
Output only. [Output only] Update timestamp.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. [Output only] Update timestamp.
$this
getLabels
Labels as key value pairs.
setLabels
Labels as key value pairs.
$this
getDisplayName
Required. A user friendly display name for the processor.
string
setDisplayName
Required. A user friendly display name for the processor.
var
string
$this
getDescription
Illustrative sentences for describing the functionality of the processor.
string
setDescription
Illustrative sentences for describing the functionality of the processor.
var
string
$this
getProcessorType
Output only. Processor Type.
setProcessorType
Output only. Processor Type.
$this
getModelType
Model Type.
setModelType
Model Type.
$this
getCustomProcessorSourceInfo
Source info for customer created processor.
hasCustomProcessorSourceInfo
clearCustomProcessorSourceInfo
setCustomProcessorSourceInfo
Source info for customer created processor.
$this
getState
Output only. State of the Processor.
setState
Output only. State of the Processor.
$this
getProcessorIoSpec
Output only. [Output only] The input / output specifications of a processor, each type of processor has fixed input / output specs which cannot be altered by customer.
hasProcessorIoSpec
clearProcessorIoSpec
setProcessorIoSpec
Output only. [Output only] The input / output specifications of a processor, each type of processor has fixed input / output specs which cannot be altered by customer.
$this
getConfigurationTypeurl
Output only. The corresponding configuration can be used in the Application to customize the behavior of the processor.
string
setConfigurationTypeurl
Output only. The corresponding configuration can be used in the Application to customize the behavior of the processor.
var
string
$this
getSupportedAnnotationTypes
Generated from protobuf field repeated .google.cloud.visionai.v1.StreamAnnotationType supported_annotation_types = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
setSupportedAnnotationTypes
Generated from protobuf field repeated .google.cloud.visionai.v1.StreamAnnotationType supported_annotation_types = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
int[]
$this
getSupportsPostProcessing
Indicates if the processor supports post processing.
bool
setSupportsPostProcessing
Indicates if the processor supports post processing.
var
bool
$this
getSupportedInstanceTypes
Which instance types this processor supports; if empty, this default to STREAMING_PREDICTION.
setSupportedInstanceTypes
Which instance types this processor supports; if empty, this default to STREAMING_PREDICTION.
var
int[]
$this

