REST Resource: projects.locations.instances.cases.detections

Resource: CaseDetection

Detection associated with the case.

JSON representation
{
  "name": string,
  "collection": {
    object (Collection)
  },
  "caseEvidence": {
    object (CaseEvidence)
  },
  "ingestionState": enum (IngestionState)
}
Fields
name

string

Identifier. The resource name of the CaseDetection. Format: projects/{project}/locations/{location}/instances/{instance}/cases/{case}/detections/{detection}

collection

object (Collection)

Output only. The detection. We currently don't have a "Detection" proto so we're using legacy collection.

caseEvidence

object (CaseEvidence)

Output only. The case evidence associated with the detection.

ingestionState

enum (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

get

Gets a case detection.

list

Lists detections for a case.