Resource: CaseDetection
Detection associated with the case.
| JSON representation |
|---|
{ "name": string, "collection": { object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the CaseDetection. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/detections/{detection} |
collection |
Output only. The detection. We currently don't have a "Detection" proto so we're using legacy collection. |
caseEvidence |
Output only. The case evidence associated with the detection. |
ingestionState |
Output only. The ingestion state of the detection. |
IngestionState
State of the detection ingestion.
| Enums | |
|---|---|
INGESTION_STATE_UNSPECIFIED |
Ingestion state is unspecified. |
INGESTED |
The detection is fully ingested. |
PENDING |
The detection is pending ingestion. |
Methods |
|
|---|---|
|
Gets a case detection. |
|
Lists detections for a case. |