org.robokind.avrogen.vision
Class FaceDetectConfig

java.lang.Object
  extended by org.apache.avro.specific.SpecificRecordBase
      extended by org.robokind.avrogen.vision.FaceDetectConfig
All Implemented Interfaces:
Comparable<org.apache.avro.specific.SpecificRecord>, org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecord, org.apache.avro.specific.SpecificRecord

public class FaceDetectConfig
extends org.apache.avro.specific.SpecificRecordBase
implements org.apache.avro.specific.SpecificRecord


Field Summary
 org.apache.avro.util.Utf8 brokerAddress
           
 org.apache.avro.util.Utf8 connectionOptions
           
 org.apache.avro.util.Utf8 haarFileLocation
           
 int haarFlags
           
 int minFaceHeight
           
 int minFaceWidth
           
 int neighbors
           
 org.apache.avro.util.Utf8 receivingAddress
           
 org.apache.avro.util.Utf8 resultsAddress
           
 double scaleFactor
           
static org.apache.avro.Schema SCHEMA$
           
 
Constructor Summary
FaceDetectConfig()
           
 
Method Summary
 Object get(int field$)
           
 org.apache.avro.Schema getSchema()
           
 void put(int field$, Object value$)
           
 
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

SCHEMA$

public static final org.apache.avro.Schema SCHEMA$

brokerAddress

public org.apache.avro.util.Utf8 brokerAddress

connectionOptions

public org.apache.avro.util.Utf8 connectionOptions

receivingAddress

public org.apache.avro.util.Utf8 receivingAddress

resultsAddress

public org.apache.avro.util.Utf8 resultsAddress

haarFileLocation

public org.apache.avro.util.Utf8 haarFileLocation

scaleFactor

public double scaleFactor

neighbors

public int neighbors

haarFlags

public int haarFlags

minFaceWidth

public int minFaceWidth

minFaceHeight

public int minFaceHeight
Constructor Detail

FaceDetectConfig

public FaceDetectConfig()
Method Detail

getSchema

public org.apache.avro.Schema getSchema()
Specified by:
getSchema in interface org.apache.avro.generic.GenericContainer
Specified by:
getSchema in class org.apache.avro.specific.SpecificRecordBase

get

public Object get(int field$)
Specified by:
get in interface org.apache.avro.generic.IndexedRecord
Specified by:
get in class org.apache.avro.specific.SpecificRecordBase

put

public void put(int field$,
                Object value$)
Specified by:
put in interface org.apache.avro.generic.IndexedRecord
Specified by:
put in class org.apache.avro.specific.SpecificRecordBase


Copyright © 2011-2012. All Rights Reserved.