Documentation

ObjectDetectionModelsApi

ObjectDetectionModelsApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$client  : ClientInterface
$config  : Configuration
$headerSelector  : HeaderSelector
__construct()  : mixed
getConfig()  : Configuration
getDeviceCameraSenseObjectDetectionModels()  : object
Operation getDeviceCameraSenseObjectDetectionModels
getDeviceCameraSenseObjectDetectionModelsAsync()  : PromiseInterface
Operation getDeviceCameraSenseObjectDetectionModelsAsync
getDeviceCameraSenseObjectDetectionModelsAsyncWithHttpInfo()  : PromiseInterface
Operation getDeviceCameraSenseObjectDetectionModelsAsyncWithHttpInfo
getDeviceCameraSenseObjectDetectionModelsWithHttpInfo()  : array<string|int, mixed>
Operation getDeviceCameraSenseObjectDetectionModelsWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getDeviceCameraSenseObjectDetectionModelsRequest()  : Request
Create request for operation 'getDeviceCameraSenseObjectDetectionModels'

Properties

Methods

getDeviceCameraSenseObjectDetectionModels()

Operation getDeviceCameraSenseObjectDetectionModels

public getDeviceCameraSenseObjectDetectionModels(string $serial) : object

Returns the MV Sense object detection model list for the given camera

Parameters
$serial : string

serial (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getDeviceCameraSenseObjectDetectionModelsAsync()

Operation getDeviceCameraSenseObjectDetectionModelsAsync

public getDeviceCameraSenseObjectDetectionModelsAsync(string $serial) : PromiseInterface

Returns the MV Sense object detection model list for the given camera

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceCameraSenseObjectDetectionModelsAsyncWithHttpInfo()

Operation getDeviceCameraSenseObjectDetectionModelsAsyncWithHttpInfo

public getDeviceCameraSenseObjectDetectionModelsAsyncWithHttpInfo(string $serial) : PromiseInterface

Returns the MV Sense object detection model list for the given camera

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceCameraSenseObjectDetectionModelsWithHttpInfo()

Operation getDeviceCameraSenseObjectDetectionModelsWithHttpInfo

public getDeviceCameraSenseObjectDetectionModelsWithHttpInfo(string $serial) : array<string|int, mixed>

Returns the MV Sense object detection model list for the given camera

Parameters
$serial : string

(required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

createHttpClientOption()

Create http client option

protected createHttpClientOption() : array<string|int, mixed>
Tags
throws
RuntimeException

on file opening failure

Return values
array<string|int, mixed>

of http client options

getDeviceCameraSenseObjectDetectionModelsRequest()

Create request for operation 'getDeviceCameraSenseObjectDetectionModels'

protected getDeviceCameraSenseObjectDetectionModelsRequest(string $serial) : Request
Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results