Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class DateTimeRangeArray.
A list of datetime range values.
Generated from protobuf message google.cloud.visionai.v1.DateTimeRangeArray
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ date_time_ranges |
array<DateTimeRange>
Date time ranges. |
getDateTimeRanges
Date time ranges.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDateTimeRanges
Date time ranges.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DateTimeRange>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|