|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.mechio.impl.vision.FaceDetectConfig
public class FaceDetectConfig
| Nested Class Summary | |
|---|---|
static class |
FaceDetectConfig.Builder
RecordBuilder for FaceDetectConfig instances. |
| Field Summary | |
|---|---|
java.lang.String |
brokerAddress
Deprecated. |
java.lang.String |
commandDestination
Deprecated. |
java.lang.String |
connectionOptions
Deprecated. |
java.lang.String |
errorDestination
Deprecated. |
java.lang.String |
haarFileLocation
Deprecated. |
int |
haarFlags
Deprecated. |
java.lang.String |
imageEventDestination
Deprecated. |
int |
minFaceHeight
Deprecated. |
int |
minFaceWidth
Deprecated. |
int |
neighbors
Deprecated. |
java.lang.String |
procEventDestination
Deprecated. |
double |
scaleFactor
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
FaceDetectConfig()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(int field$)
|
java.lang.String |
getBrokerAddress()
Gets the value of the 'brokerAddress' field. |
java.lang.String |
getCommandDestination()
Gets the value of the 'commandDestination' field. |
java.lang.String |
getConnectionOptions()
Gets the value of the 'connectionOptions' field. |
java.lang.String |
getErrorDestination()
Gets the value of the 'errorDestination' field. |
java.lang.String |
getHaarFileLocation()
Gets the value of the 'haarFileLocation' field. |
java.lang.Integer |
getHaarFlags()
Gets the value of the 'haarFlags' field. |
java.lang.String |
getImageEventDestination()
Gets the value of the 'imageEventDestination' field. |
java.lang.Integer |
getMinFaceHeight()
Gets the value of the 'minFaceHeight' field. |
java.lang.Integer |
getMinFaceWidth()
Gets the value of the 'minFaceWidth' field. |
java.lang.Integer |
getNeighbors()
Gets the value of the 'neighbors' field. |
java.lang.String |
getProcEventDestination()
Gets the value of the 'procEventDestination' field. |
java.lang.Double |
getScaleFactor()
Gets the value of the 'scaleFactor' field. |
org.apache.avro.Schema |
getSchema()
|
static FaceDetectConfig.Builder |
newBuilder()
Creates a new FaceDetectConfig RecordBuilder |
static FaceDetectConfig.Builder |
newBuilder(FaceDetectConfig.Builder other)
Creates a new FaceDetectConfig RecordBuilder by copying an existing Builder |
static FaceDetectConfig.Builder |
newBuilder(FaceDetectConfig other)
Creates a new FaceDetectConfig RecordBuilder by copying an existing FaceDetectConfig instance |
void |
put(int field$,
java.lang.Object value$)
|
void |
setBrokerAddress(java.lang.String value)
Sets the value of the 'brokerAddress' field. |
void |
setCommandDestination(java.lang.String value)
Sets the value of the 'commandDestination' field. |
void |
setConnectionOptions(java.lang.String value)
Sets the value of the 'connectionOptions' field. |
void |
setErrorDestination(java.lang.String value)
Sets the value of the 'errorDestination' field. |
void |
setHaarFileLocation(java.lang.String value)
Sets the value of the 'haarFileLocation' field. |
void |
setHaarFlags(java.lang.Integer value)
Sets the value of the 'haarFlags' field. |
void |
setImageEventDestination(java.lang.String value)
Sets the value of the 'imageEventDestination' field. |
void |
setMinFaceHeight(java.lang.Integer value)
Sets the value of the 'minFaceHeight' field. |
void |
setMinFaceWidth(java.lang.Integer value)
Sets the value of the 'minFaceWidth' field. |
void |
setNeighbors(java.lang.Integer value)
Sets the value of the 'neighbors' field. |
void |
setProcEventDestination(java.lang.String value)
Sets the value of the 'procEventDestination' field. |
void |
setScaleFactor(java.lang.Double value)
Sets the value of the 'scaleFactor' field. |
| Methods inherited from class org.apache.avro.specific.SpecificRecordBase |
|---|
compareTo, equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.avro.Schema SCHEMA$
@Deprecated public java.lang.String brokerAddress
@Deprecated public java.lang.String connectionOptions
@Deprecated public java.lang.String imageEventDestination
@Deprecated public java.lang.String procEventDestination
@Deprecated public java.lang.String commandDestination
@Deprecated public java.lang.String errorDestination
@Deprecated public java.lang.String haarFileLocation
@Deprecated public double scaleFactor
@Deprecated public int neighbors
@Deprecated public int haarFlags
@Deprecated public int minFaceWidth
@Deprecated public int minFaceHeight
| Constructor Detail |
|---|
public FaceDetectConfig()
| Method Detail |
|---|
public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainergetSchema in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
java.lang.Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic java.lang.String getBrokerAddress()
getBrokerAddress in interface FaceDetectServiceConfigpublic void setBrokerAddress(java.lang.String value)
value - the value to set.public java.lang.String getConnectionOptions()
getConnectionOptions in interface FaceDetectServiceConfigpublic void setConnectionOptions(java.lang.String value)
value - the value to set.public java.lang.String getImageEventDestination()
getImageEventDestination in interface FaceDetectServiceConfigpublic void setImageEventDestination(java.lang.String value)
value - the value to set.public java.lang.String getProcEventDestination()
getProcEventDestination in interface FaceDetectServiceConfigpublic void setProcEventDestination(java.lang.String value)
value - the value to set.public java.lang.String getCommandDestination()
getCommandDestination in interface FaceDetectServiceConfigpublic void setCommandDestination(java.lang.String value)
value - the value to set.public java.lang.String getErrorDestination()
getErrorDestination in interface FaceDetectServiceConfigpublic void setErrorDestination(java.lang.String value)
value - the value to set.public java.lang.String getHaarFileLocation()
getHaarFileLocation in interface FaceDetectServiceConfigpublic void setHaarFileLocation(java.lang.String value)
value - the value to set.public java.lang.Double getScaleFactor()
getScaleFactor in interface FaceDetectServiceConfigpublic void setScaleFactor(java.lang.Double value)
value - the value to set.public java.lang.Integer getNeighbors()
getNeighbors in interface FaceDetectServiceConfigpublic void setNeighbors(java.lang.Integer value)
value - the value to set.public java.lang.Integer getHaarFlags()
getHaarFlags in interface FaceDetectServiceConfigpublic void setHaarFlags(java.lang.Integer value)
value - the value to set.public java.lang.Integer getMinFaceWidth()
getMinFaceWidth in interface FaceDetectServiceConfigpublic void setMinFaceWidth(java.lang.Integer value)
value - the value to set.public java.lang.Integer getMinFaceHeight()
getMinFaceHeight in interface FaceDetectServiceConfigpublic void setMinFaceHeight(java.lang.Integer value)
value - the value to set.public static FaceDetectConfig.Builder newBuilder()
public static FaceDetectConfig.Builder newBuilder(FaceDetectConfig.Builder other)
public static FaceDetectConfig.Builder newBuilder(FaceDetectConfig other)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||