subjectType

Setter for subjectType.

subjectType: The subject type of a subject reference image.


@CanIgnoreReturnValue()
public SubjectReferenceConfig.Builder subjectType(SubjectReferenceType.Known knownType)

Setter for subjectType given a known enum.

subjectType: The subject type of a subject reference image.


@CanIgnoreReturnValue()
public SubjectReferenceConfig.Builder subjectType(String subjectType)

Setter for subjectType given a string.

subjectType: The subject type of a subject reference image.