|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.avro.specific.SpecificRecordBase
org.robokind.impl.vision.FaceDetectConfig
public class FaceDetectConfig
| Nested Class Summary | |
|---|---|
static class |
FaceDetectConfig.Builder
RecordBuilder for FaceDetectConfig instances. |
| Field Summary | |
|---|---|
String |
brokerAddress
Deprecated. |
String |
commandDestination
Deprecated. |
String |
connectionOptions
Deprecated. |
String |
errorDestination
Deprecated. |
String |
haarFileLocation
Deprecated. |
int |
haarFlags
Deprecated. |
String |
imageEventDestination
Deprecated. |
int |
minFaceHeight
Deprecated. |
int |
minFaceWidth
Deprecated. |
int |
neighbors
Deprecated. |
String |
procEventDestination
Deprecated. |
double |
scaleFactor
Deprecated. |
static org.apache.avro.Schema |
SCHEMA$
|
| Constructor Summary | |
|---|---|
FaceDetectConfig()
|
|
| Method Summary | |
|---|---|
Object |
get(int field$)
|
String |
getBrokerAddress()
Gets the value of the 'brokerAddress' field. |
String |
getCommandDestination()
Gets the value of the 'commandDestination' field. |
String |
getConnectionOptions()
Gets the value of the 'connectionOptions' field. |
String |
getErrorDestination()
Gets the value of the 'errorDestination' field. |
String |
getHaarFileLocation()
Gets the value of the 'haarFileLocation' field. |
Integer |
getHaarFlags()
Gets the value of the 'haarFlags' field. |
String |
getImageEventDestination()
Gets the value of the 'imageEventDestination' field. |
Integer |
getMinFaceHeight()
Gets the value of the 'minFaceHeight' field. |
Integer |
getMinFaceWidth()
Gets the value of the 'minFaceWidth' field. |
Integer |
getNeighbors()
Gets the value of the 'neighbors' field. |
String |
getProcEventDestination()
Gets the value of the 'procEventDestination' field. |
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$,
Object value$)
|
void |
setBrokerAddress(String value)
Sets the value of the 'brokerAddress' field. |
void |
setCommandDestination(String value)
Sets the value of the 'commandDestination' field. |
void |
setConnectionOptions(String value)
Sets the value of the 'connectionOptions' field. |
void |
setErrorDestination(String value)
Sets the value of the 'errorDestination' field. |
void |
setHaarFileLocation(String value)
Sets the value of the 'haarFileLocation' field. |
void |
setHaarFlags(Integer value)
Sets the value of the 'haarFlags' field. |
void |
setImageEventDestination(String value)
Sets the value of the 'imageEventDestination' field. |
void |
setMinFaceHeight(Integer value)
Sets the value of the 'minFaceHeight' field. |
void |
setMinFaceWidth(Integer value)
Sets the value of the 'minFaceWidth' field. |
void |
setNeighbors(Integer value)
Sets the value of the 'neighbors' field. |
void |
setProcEventDestination(String value)
Sets the value of the 'procEventDestination' field. |
void |
setScaleFactor(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 String brokerAddress
@Deprecated public String connectionOptions
@Deprecated public String imageEventDestination
@Deprecated public String procEventDestination
@Deprecated public String commandDestination
@Deprecated public String errorDestination
@Deprecated public 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 Object get(int field$)
get in interface org.apache.avro.generic.IndexedRecordget in class org.apache.avro.specific.SpecificRecordBase
public void put(int field$,
Object value$)
put in interface org.apache.avro.generic.IndexedRecordput in class org.apache.avro.specific.SpecificRecordBasepublic String getBrokerAddress()
getBrokerAddress in interface FaceDetectServiceConfigpublic void setBrokerAddress(String value)
value - the value to set.public String getConnectionOptions()
getConnectionOptions in interface FaceDetectServiceConfigpublic void setConnectionOptions(String value)
value - the value to set.public String getImageEventDestination()
getImageEventDestination in interface FaceDetectServiceConfigpublic void setImageEventDestination(String value)
value - the value to set.public String getProcEventDestination()
getProcEventDestination in interface FaceDetectServiceConfigpublic void setProcEventDestination(String value)
value - the value to set.public String getCommandDestination()
getCommandDestination in interface FaceDetectServiceConfigpublic void setCommandDestination(String value)
value - the value to set.public String getErrorDestination()
getErrorDestination in interface FaceDetectServiceConfigpublic void setErrorDestination(String value)
value - the value to set.public String getHaarFileLocation()
getHaarFileLocation in interface FaceDetectServiceConfigpublic void setHaarFileLocation(String value)
value - the value to set.public Double getScaleFactor()
getScaleFactor in interface FaceDetectServiceConfigpublic void setScaleFactor(Double value)
value - the value to set.public Integer getNeighbors()
getNeighbors in interface FaceDetectServiceConfigpublic void setNeighbors(Integer value)
value - the value to set.public Integer getHaarFlags()
getHaarFlags in interface FaceDetectServiceConfigpublic void setHaarFlags(Integer value)
value - the value to set.public Integer getMinFaceWidth()
getMinFaceWidth in interface FaceDetectServiceConfigpublic void setMinFaceWidth(Integer value)
value - the value to set.public Integer getMinFaceHeight()
getMinFaceHeight in interface FaceDetectServiceConfigpublic void setMinFaceHeight(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 | ||||||||