AnalysisTrait
trait AnalysisTrait
Represents Analysis API methods.
Properties
ApiClient | $apiV2Client | Defined in AdminApi class. |
Methods
analyze(string $inputType, string $analysisType, string|null $uri = null, array|null $parameters = null)
Analyzes an asset with the requested analysis type.
analyzeAsync(string $inputType, string $analysisType, string|null $uri = null, array|null $parameters = null)
Analyzes an asset with the requested analysis type asynchronously.
Details
ApiResponse
analyze(string $inputType, string $analysisType, string|null $uri = null, array|null $parameters = null)
Analyzes an asset with the requested analysis type.
PromiseInterface
analyzeAsync(string $inputType, string $analysisType, string|null $uri = null, array|null $parameters = null)
Analyzes an asset with the requested analysis type asynchronously.