Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class Analysis.
Message describing the Analysis object.
Generated from protobuf message google.cloud.visionai.v1.Analysis
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of resource.
↳ create_time
↳ update_time
↳ labels
↳ analysis_definition
↳ input_streams_mapping
array| Google\Protobuf\Internal\MapField
Map from the input parameter in the definition to the real stream. E.g., suppose you had a stream source operator named "input-0" and you try to receive from the real stream "stream-0". You can add the following mapping: [input-0: stream-0].
↳ output_streams_mapping
array| Google\Protobuf\Internal\MapField
Map from the output parameter in the definition to the real stream. E.g., suppose you had a stream sink operator named "output-0" and you try to send to the real stream "stream-0". You can add the following mapping: [output-0: stream-0].
↳ disable_event_watch
bool
Boolean flag to indicate whether you would like to disable the ability to automatically start a Process when new event happening in the input Stream. If you would like to start a Process manually, the field needs to be set to true.
getName
The name of resource.
string
setName
The name of resource.
var
string
$this
getCreateTime
Output only. The create timestamp.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The create timestamp.
$this
getUpdateTime
Output only. The update timestamp.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The update timestamp.
$this
getLabels
Labels as key value pairs.
setLabels
Labels as key value pairs.
$this
getAnalysisDefinition
The definition of the analysis.
hasAnalysisDefinition
clearAnalysisDefinition
setAnalysisDefinition
The definition of the analysis.
$this
getInputStreamsMapping
Map from the input parameter in the definition to the real stream.
E.g., suppose you had a stream source operator named "input-0" and you try to receive from the real stream "stream-0". You can add the following mapping: [input-0: stream-0].
setInputStreamsMapping
Map from the input parameter in the definition to the real stream.
E.g., suppose you had a stream source operator named "input-0" and you try to receive from the real stream "stream-0". You can add the following mapping: [input-0: stream-0].
$this
getOutputStreamsMapping
Map from the output parameter in the definition to the real stream.
E.g., suppose you had a stream sink operator named "output-0" and you try to send to the real stream "stream-0". You can add the following mapping: [output-0: stream-0].
setOutputStreamsMapping
Map from the output parameter in the definition to the real stream.
E.g., suppose you had a stream sink operator named "output-0" and you try to send to the real stream "stream-0". You can add the following mapping: [output-0: stream-0].
$this
getDisableEventWatch
Boolean flag to indicate whether you would like to disable the ability to automatically start a Process when new event happening in the input Stream. If you would like to start a Process manually, the field needs to be set to true.
bool
setDisableEventWatch
Boolean flag to indicate whether you would like to disable the ability to automatically start a Process when new event happening in the input Stream. If you would like to start a Process manually, the field needs to be set to true.
var
bool
$this

